-
Notifications
You must be signed in to change notification settings - Fork 2
Folder Structure
Branden Akana edited this page Jan 5, 2025
·
1 revision
build/ # contains the exported Godot project (directory created by build.py)
project/ # contains the source for the Godot project
src/ # contains the source for the accompanying GDExtension
thirdparty/ # contains required Git submodules to compile the GDExtension such as the godot-cpp repo
addons/libm8gd/ # contains the built GDExtension binaries
assets/ # contains any third-party assets
models/ # contains model scenes/scripts that inherit those in assets/
overlays/ # contains overlay scenes/scripts
scenes/ # contains built-in m8 scenes
shaders/ # contains shader code for the filters
ui/ # contains menu scenes/scripts