Allow for left click to start and pause reloading when aiming

This commit is contained in:
2022-06-22 18:18:25 +01:00
parent 3609bdb4fd
commit 4d1b5d3ca8
6 changed files with 20 additions and 15 deletions
+1
View File
@@ -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)