Start adding mouse control of inventory
This commit is contained in:
@@ -222,7 +222,7 @@ disconnectTerminal tm =
|
||||
|
||||
exitTerminalSubInv :: World -> World
|
||||
exitTerminalSubInv w = case w ^? hud . hudElement . subInventory . termID of
|
||||
Just _ -> w & hud . hudElement . subInventory .~ NoSubInventory
|
||||
Just _ -> w & hud . hudElement . subInventory .~ NoSubInventory Nothing Nothing
|
||||
_ -> w
|
||||
|
||||
damageCodeCommand :: TerminalCommand
|
||||
|
||||
Reference in New Issue
Block a user