swap to all exclude extracted + deactivate 3D
Some checks failed
/ Export Game (push) Failing after 1m51s

This commit is contained in:
Lucas 2024-07-29 11:14:39 +02:00
parent 0c03f23907
commit 8786ab851d
2 changed files with 16 additions and 4 deletions

File diff suppressed because one or more lines are too long

12
profile/Full2D.build Normal file
View file

@ -0,0 +1,12 @@
{
"disabled_build_options": {
"disable_3d": true,
"disable_3d_physics": true
},
"disabled_classes": [
"Node3D",
"VoxelGIData",
"World3D"
],
"type": "build_profile"
}