Improve mouse menu controls, tweak charmap
This commit is contained in:
@@ -43,7 +43,6 @@ drawInGameHUD :: SubInventory -> Universe -> Picture
|
||||
drawInGameHUD subinv uv =
|
||||
pictures
|
||||
[ winScale cfig . dShadCol white $ displayHP 0 cfig w
|
||||
, listPicturesAt (halfWidth cfig) 0 cfig $ map text (_uvTestString uv uv)
|
||||
, inventoryDisplay subinv cfig w
|
||||
]
|
||||
where
|
||||
@@ -64,7 +63,6 @@ defaultSelectionList = SelectionList
|
||||
, _slWidth = FixedSelectionWidth 15
|
||||
, _slLength = 0
|
||||
, _slSizeRestriction = NoSelectionSizeRestriction
|
||||
, _slSpecialItem = NoSpecialSelectionItem
|
||||
}
|
||||
|
||||
subInvSelectionList :: SelectionList
|
||||
@@ -81,7 +79,6 @@ subInvSelectionList = SelectionList
|
||||
, _slWidth = FixedSelectionWidth 15
|
||||
, _slLength = 0
|
||||
, _slSizeRestriction = NoSelectionSizeRestriction
|
||||
, _slSpecialItem = NoSpecialSelectionItem
|
||||
}
|
||||
|
||||
inventorySelectionList :: World -> [SelectionItem]
|
||||
|
||||
Reference in New Issue
Block a user