Reimplement dragging upwards with mouse
This commit is contained in:
@@ -162,11 +162,12 @@ defaultDisplayInventory :: HUDElement
|
||||
defaultDisplayInventory =
|
||||
DisplayInventory
|
||||
{ _subInventory = NoSubInventory
|
||||
{_nsSelected = NoMouseSel
|
||||
{_nsSelected = MouseInvNothing
|
||||
, _nsMouseOver = Just (0,3)
|
||||
}
|
||||
, _diSections = defaultInvSections
|
||||
, _diSelection = Just (1,0)
|
||||
, _diSelectionExtra = 0
|
||||
}
|
||||
|
||||
defaultSSSExtra :: SSSExtra
|
||||
|
||||
Reference in New Issue
Block a user