swap to all exclude extracted + deactivate 3D
Some checks failed
/ Export Game (push) Failing after 1m51s
Some checks failed
/ Export Game (push) Failing after 1m51s
This commit is contained in:
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
12
profile/Full2D.build
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"disabled_build_options": {
|
||||
"disable_3d": true,
|
||||
"disable_3d_physics": true
|
||||
},
|
||||
"disabled_classes": [
|
||||
"Node3D",
|
||||
"VoxelGIData",
|
||||
"World3D"
|
||||
],
|
||||
"type": "build_profile"
|
||||
}
|
Loading…
Reference in a new issue