diff options
author | cel <cel@blos.sm> | 2022-07-17 02:48:59 +0100 |
---|---|---|
committer | cel <cel@blos.sm> | 2022-07-17 02:48:59 +0100 |
commit | 45c8787154fe7384c9c1faa2ab7c003b995393ca (patch) | |
tree | bc92804db1fbe55f2a337729a5e1b1c63630cf2a /godot/project.godot | |
parent | 55a7b8fad48c406e83774bd928bc06df8acddd09 (diff) | |
download | 2022-45c8787154fe7384c9c1faa2ab7c003b995393ca.tar.gz 2022-45c8787154fe7384c9c1faa2ab7c003b995393ca.tar.bz2 2022-45c8787154fe7384c9c1faa2ab7c003b995393ca.zip |
change default level to first level
Diffstat (limited to '')
-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" |