diff --git a/README.md b/README.md index d81f41a..ca70c17 100644 --- a/README.md +++ b/README.md @@ -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. + +## 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 |