Start moving hotkeys out from creatures into world

This commit is contained in:
2024-12-19 15:16:47 +00:00
parent 11b5ef74c5
commit 4526119fcd
11 changed files with 131 additions and 108 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ defaultCreature =
-- , _crInvEquipped = mempty
, _crEquipment = M.empty
, _crInvHotkeys = mempty
, _crHotkeys = M.empty
-- , _crHotkeys = M.empty
, _crStance =
Stance
{ _carriage = Walking 0 WasLeftForward
+1
View File
@@ -148,6 +148,7 @@ defaultLWorld =
, _lClock = 0
, _lTestString = []
, _lTestInt = 0
, _hotkeys = mempty
}
defaultHUD :: HUD