Highlight moused-over inventory items
This commit is contained in:
@@ -161,7 +161,7 @@ defaultHUD =
|
||||
defaultDisplayInventory :: HUDElement
|
||||
defaultDisplayInventory =
|
||||
DisplayInventory
|
||||
{ _subInventory = NoSubInventory {_nsSelected = Just (0,2), _nsMouseOver = Just 3}
|
||||
{ _subInventory = NoSubInventory {_nsSelected = Just (0,2), _nsMouseOver = Just (0,3)}
|
||||
, _diSections = defaultInvSections
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user