Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.21 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.21 KB

Super Godot Galaxy concept

This little project is a concept of Super Mario Galaxy like mechanics made with Godot 4. I dit it for learning purposes and used the 3D starter kit from Kenney as starting point.

Run it locally

Clone the project

  git clone https://github.com/Hugo-Dz/super-godot-galaxy.git

Open Godot and import the project.godot file

Screenshot

Blender tutorial (for the starry skybox)

You can find a quick tutorial on how to create a starry night sky with Blender here.

Tips to publish Godot 4 games on the Web

Godot 4 introduced multithreading using SharedArrayBuffer, so make sure to set the required COOP and COEP Headers on your server.

To publish on Itch io, you need to enable the SharedArrayBuffer support option.

Special thanks

Kenney for the awesome assets and 3D starter kit. Check out his work at kenney.nl. Consider a donation!

License

MIT License