Add hammer for left click items when holding down right click

This commit is contained in:
2022-05-23 14:04:10 +01:00
parent a870457f2a
commit dcd3fdf563
5 changed files with 9 additions and 2 deletions
+1
View File
@@ -132,6 +132,7 @@ data World = World
, _rewindWorlds :: [World]
, _timeFlow :: TimeFlowStatus
, _worldClock :: Int
, _doubleMouseHammer :: HammerPosition
}
data HUDElement = DisplayInventory {_subInventory :: SubInventory}