|  | 7 months ago | |
|---|---|---|
| assets | 7 months ago | |
| autoloads | 7 months ago | |
| resources | 7 months ago | |
| save_load | 7 months ago | |
| scenes | 7 months ago | |
| .gitignore | 8 months ago | |
| README.md | 7 months ago | |
| project.godot | 7 months ago | |
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. Very little of the original code exists (outside DBItems).
| Description | Binding | 
|---|---|
| Create block | Left Click | 
| Delete/Remove block | Right Click | 
| Throw block | Q | 
| Change selected block (next) | . | 
| Change selected block (previous) | , | 
| Change selected block | Scroll Wheel | 
| Crouch | Ctrl | 
| Jump | Space | 
| Quick Load | F6 | 
| Quick Save | F5 | 
| Sprint/Run | Shift |