Move hotkeys out of Creature into LWorld
This commit is contained in:
@@ -36,7 +36,7 @@ defaultCreature =
|
||||
, _crPastDamage = 0
|
||||
-- , _crInvEquipped = mempty
|
||||
, _crEquipment = M.empty
|
||||
, _crInvHotkeys = mempty
|
||||
-- , _crInvHotkeys = mempty
|
||||
-- , _crHotkeys = M.empty
|
||||
, _crStance =
|
||||
Stance
|
||||
|
||||
@@ -149,6 +149,7 @@ defaultLWorld =
|
||||
, _lTestString = []
|
||||
, _lTestInt = 0
|
||||
, _hotkeys = mempty
|
||||
, _imHotkeys = mempty
|
||||
}
|
||||
|
||||
defaultHUD :: HUD
|
||||
|
||||
Reference in New Issue
Block a user