Allow for left click to start and pause reloading when aiming
This commit is contained in:
@@ -53,6 +53,7 @@ updateUniverse u = case _menuLayers u of
|
||||
functionalUpdate :: Configuration -> World -> World
|
||||
functionalUpdate cfig w = checkEndGame
|
||||
-- . updateRandGen
|
||||
. (mouseButtons . each .~ True)
|
||||
. (worldClock +~ 1)
|
||||
. doRewind
|
||||
. (doubleMouseHammer %~ moveHammerUp)
|
||||
|
||||
Reference in New Issue
Block a user