From 45c8787154fe7384c9c1faa2ab7c003b995393ca Mon Sep 17 00:00:00 2001 From: cel Date: Sun, 17 Jul 2022 02:48:59 +0100 Subject: change default level to first level --- godot/project.godot | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'godot/project.godot') 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" -- cgit