Remove force fields, cleanup
This commit is contained in:
@@ -27,15 +27,13 @@ hudDrawings w = pictures
|
||||
, selectionText
|
||||
]
|
||||
where
|
||||
selectionText =
|
||||
if _carteDisplay w
|
||||
selectionText = if _carteDisplay w
|
||||
then drawLocations w
|
||||
else drawInventory w
|
||||
|
||||
|
||||
drawInventory :: World -> Picture
|
||||
drawInventory w = subInventoryDisplay w
|
||||
`appendPic` displayInv 0 w
|
||||
drawInventory w = subInventoryDisplay w `appendPic` displayInv 0 w
|
||||
|
||||
subInventoryDisplay :: World -> Picture
|
||||
subInventoryDisplay w = case _inventoryMode w of
|
||||
|
||||
Reference in New Issue
Block a user