forgot to commit for a while

This commit is contained in:
2024-04-21 15:43:32 -05:00
parent 885bc5ad6e
commit 3ac7bf33c4
18 changed files with 1607 additions and 38 deletions

13
GUI-only.build Normal file
View File

@@ -0,0 +1,13 @@
{
"disabled_build_options": {
"disable_2d_physics": true,
"disable_3d": true,
"disable_3d_physics": true
},
"disabled_classes": [
"Control",
"Node2D",
"Node3D"
],
"type": "build_profile"
}