#11 Write report
This commit is contained in:
parent
c3f7e47703
commit
0a6e1d7ffb
27 changed files with 328 additions and 134 deletions
|
@ -36,6 +36,7 @@ handleInputPlaying = composeInputHandlers [
|
|||
|
||||
-- Interaction with entities and items
|
||||
handleKey (SpecialKey KeySpace) Down checkForInteraction,
|
||||
handleKey (SpecialKey KeyEnter) Down checkForInteraction,
|
||||
handleKey (Char 'f') Down checkForInteraction,
|
||||
|
||||
handleKey (Char 'i') Down $ toggleInventoryShown True,
|
||||
|
|
Reference in a new issue