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.
Clone the project
git clone https://github.com/Hugo-Dz/super-godot-galaxy.git
Open Godot and import the project.godot
file
You can find a quick tutorial on how to create a starry night sky with Blender here.
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.
Kenney for the awesome assets and 3D starter kit. Check out his work at kenney.nl. Consider a donation!
MIT License