Highlight moused-over inventory items
This commit is contained in:
@@ -22,7 +22,7 @@ data HUDElement
|
||||
data SubInventory
|
||||
= NoSubInventory
|
||||
{ _nsSelected :: Maybe (Int,Int)
|
||||
, _nsMouseOver :: Maybe Int
|
||||
, _nsMouseOver :: Maybe (Int,Int)
|
||||
}
|
||||
| ExamineInventory
|
||||
| CombineInventory { _ciSections :: SelectionSections CombinableItem }
|
||||
|
||||
Reference in New Issue
Block a user