A Minecraft style clone in Godot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Ryan Reed b04f54660c Merge pull request 'Save/Load Updates' (#18) from save-load-updates into master 3 months ago
addons/save_load_system Removing unnecessary instancing 3 months ago
assets Moving Saves UI out of save_load (specific to each project) 3 months ago
autoloads Adding setting for disabling/enabling save screenshots 3 months ago
resources Adding missing resources after move 3 months ago
scenes Moving open_save_list_ui and close_save_list_ui our of SaveGameManager 3 months ago
.gitignore Removing data from gitignore 3 months ago
README.md Updating README 3 months ago
project.godot Removing jolt for now 3 months ago

README.md

Skyblock

Overview

Building a Minecraft clone of sorts to learn Godot.

Skyblock Screenshot

Key Bindings

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

Acknowledgements