Add a very basic inventory panel

Add a very basic inventory panel to the game opened by pressing `i`,
which displays the contents of the player's inventory in a basic list.
This commit is contained in:
Griffin Smith 2019-11-30 22:43:17 -05:00
parent 71b628c604
commit 65b1352ef2
8 changed files with 79 additions and 39 deletions

View file

@ -46,6 +46,7 @@ initialStateFromSeed seed =
_messageHistory = mempty
_revealedPositions = mempty
_promptState = NoPrompt
_activePanel = Nothing
_debugState = DebugState
{ _allRevealed = False
}