Browse Source

Adding key bindings

pull/7/head
Ryan Reed 1 month ago
parent
commit
93654d6d03
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      README.md

+ 12
- 0
README.md View File

@ -6,3 +6,15 @@ Building a Minecraft clone of sorts to learn Godot.
This was initially based on Sable Spirit Studio's YT series but has evolved to be quite a bit different. This was initially based on Sable Spirit Studio's YT series but has evolved to be quite a bit different.
## Key Bindings
| Input | Description |
| ----- | ----------- |
| `F5` | Quick Save |
| `F6` | Quick Load |
| `left-mouse-click` | Delete block |
| `right-mouse-click` | Create block |
| `scroll-wheel` | Change selected block (does not show the currently select item in the quickslots yet) |
| `Shift` | Sprint/Run |
| `Ctrl` | Crouch |

Loading…
Cancel
Save