Start moving hotkeys out from creatures into world
This commit is contained in:
@@ -37,7 +37,7 @@ defaultCreature =
|
||||
-- , _crInvEquipped = mempty
|
||||
, _crEquipment = M.empty
|
||||
, _crInvHotkeys = mempty
|
||||
, _crHotkeys = M.empty
|
||||
-- , _crHotkeys = M.empty
|
||||
, _crStance =
|
||||
Stance
|
||||
{ _carriage = Walking 0 WasLeftForward
|
||||
|
||||
@@ -148,6 +148,7 @@ defaultLWorld =
|
||||
, _lClock = 0
|
||||
, _lTestString = []
|
||||
, _lTestInt = 0
|
||||
, _hotkeys = mempty
|
||||
}
|
||||
|
||||
defaultHUD :: HUD
|
||||
|
||||
Reference in New Issue
Block a user