Add hammer for left click items when holding down right click
This commit is contained in:
@@ -11,6 +11,7 @@ import Dodge.SoundLogic
|
||||
--import Dodge.Menu
|
||||
import Dodge.Base
|
||||
import Dodge.Zone
|
||||
import Dodge.Hammer
|
||||
import Dodge.WallCreatureCollisions
|
||||
import Dodge.Update.Camera
|
||||
import Dodge.Inventory
|
||||
@@ -49,6 +50,7 @@ functionalUpdate cfig w = checkEndGame
|
||||
-- . updateRandGen
|
||||
. (worldClock +~ 1)
|
||||
. doRewind
|
||||
. (doubleMouseHammer %~ moveHammerUp)
|
||||
. updateDistortions
|
||||
. updateCreatureSoundPositions
|
||||
. ppEvents
|
||||
|
||||
Reference in New Issue
Block a user