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 37849199ce Merge pull request 'Replacing Fullscreen with Window Mode' (#23) from window-mode into master 4 weeks ago
addons/save_load_system Replacing various error signals with a single error signal 1 month ago
assets Updating wood texture to reduce tiling seams 1 month ago
autoloads Replacing Fullscreen with Window Mode 4 weeks ago
resources Replacing Fullscreen with Window Mode 4 weeks ago
scenes Replacing Fullscreen with Window Mode 4 weeks ago
.gitignore Removing data from gitignore 1 month ago
README.md Updating README 1 month ago
project.godot Moving PREFABs out of Globals and removing Globals autoload 1 month 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