-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2DBasics.gdbuild
More file actions
59 lines (59 loc) · 1.2 KB
/
Copy path2DBasics.gdbuild
File metadata and controls
59 lines (59 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"disabled_build_options": {
"d3d12": false,
"disable_3d": true,
"disable_navigation_2d": true,
"disable_navigation_3d": true,
"disable_physics_2d": true,
"disable_physics_3d": true,
"disable_xr": true,
"forward_mobile_renderer": false,
"forward_plus_renderer": false,
"metal": false,
"module_godot_physics_2d_enabled": false,
"module_godot_physics_3d_enabled": false,
"module_jolt_physics_enabled": false,
"module_openxr_enabled": false,
"rendering_device": false,
"vulkan": false,
"wayland": false,
"x11": false
},
"disabled_classes": [
"GDExtension",
"GLTFAccessor",
"GLTFAnimation",
"GLTFBufferView",
"GLTFCamera",
"GLTFDocument",
"GLTFDocumentExtension",
"GLTFLight",
"GLTFMesh",
"GLTFNode",
"GLTFPhysicsBody",
"GLTFPhysicsShape",
"GLTFSkeleton",
"GLTFSkin",
"GLTFSpecGloss",
"GLTFState",
"GLTFTexture",
"GLTFTextureSampler",
"Mesh",
"MeshLibrary",
"MultiMesh",
"NavigationMesh",
"Node3D",
"Occluder3D",
"OpenXRAction",
"OpenXRActionMap",
"OpenXRActionSet",
"OpenXRBindingModifier",
"OpenXRHapticBase",
"OpenXRIPBinding",
"OpenXRInteractionProfile",
"Shape3D",
"Texture3D",
"World3D"
],
"type": "build_profile"
}