Add 8-way cardinal/intercardinal datatype
This commit is contained in:
@@ -161,7 +161,10 @@ defaultHUD =
|
||||
defaultDisplayInventory :: HUDElement
|
||||
defaultDisplayInventory =
|
||||
DisplayInventory
|
||||
{ _subInventory = NoSubInventory {_nsSelected = Just (0,2), _nsMouseOver = Just (0,3)}
|
||||
{ _subInventory = NoSubInventory
|
||||
{_nsSelected = MouseInvChosen (0,0) (0,2)
|
||||
, _nsMouseOver = Just (0,3)
|
||||
}
|
||||
, _diSections = defaultInvSections
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user