Skip to content

Commit 1f16a66

Browse files
committed
Godot - disable physics and navigation
1 parent c09c068 commit 1f16a66

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
uid://cnadxjwqlglpk

src/SharpIDE.Godot/project.godot

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,16 @@ CodeEditorDuplicateLine={
151151
]
152152
}
153153

154+
[navigation]
155+
156+
2d/navigation_engine="Dummy"
157+
3d/navigation_engine="Dummy"
158+
159+
[physics]
160+
161+
2d/physics_engine="Dummy"
162+
3d/physics_engine="Dummy"
163+
154164
[rendering]
155165

156166
textures/vram_compression/import_etc2_astc=true

0 commit comments

Comments
 (0)