#5 Render inventory when pressing i
This commit is contained in:
parent
f529fc5237
commit
d0302c3156
9 changed files with 76 additions and 52 deletions
13
README.md
13
README.md
|
@ -51,12 +51,13 @@ This README serves as both documentation and project report, so excuse the detai
|
|||
|
||||
These are the keybinds *in* the game. All other keybinds in the menus should be straightforward.
|
||||
|
||||
| Action | Primary | Secondary |
|
||||
| ---------- | ------------- | ----------- |
|
||||
| Move up | `Arrow Up` | `w` |
|
||||
| Move left | `Arrow Left` | `a` |
|
||||
| Move down | `Arrow Down` | `s` |
|
||||
| Move right | `Arrow Right` | `d` |
|
||||
| Action | Primary | Secondary |
|
||||
| -------------- | ------------- | ----------- |
|
||||
| Move up | `Arrow Up` | `w` |
|
||||
| Move left | `Arrow Left` | `a` |
|
||||
| Move down | `Arrow Down` | `s` |
|
||||
| Move right | `Arrow Right` | `d` |
|
||||
| Show inventory | `i` | |
|
||||
|
||||
### Example playthrough
|
||||
|
||||
|
|
Reference in a new issue