diff options
Diffstat (limited to 'godot/project.godot')
-rw-r--r-- | godot/project.godot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/godot/project.godot b/godot/project.godot index e98a5a8..428c9cf 100644 --- a/godot/project.godot +++ b/godot/project.godot @@ -28,6 +28,10 @@ window/stretch/mode="2d" singletons=[ ] +[global] + +distance=false + [input] mouse_btn_left={ @@ -42,4 +46,5 @@ esc={ [rendering] +misc/occlusion_culling/max_active_spheres=0 environment/default_environment="res://default_env.tres" |