From 93654d6d0383fc38589dbe315b3c3f3f8c13b746 Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Fri, 21 Mar 2025 16:50:40 -0400 Subject: [PATCH] Adding key bindings --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 |