From 1d347e770fddcdd051890cdf070fd2779ab113bf Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Mon, 19 Sep 2022 17:44:22 -0400 Subject: problems: player controller perf, boat perf, NAVSERVER PERF --- godot/project.godot | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'godot/project.godot') diff --git a/godot/project.godot b/godot/project.godot index 995213a..ee16e87 100644 --- a/godot/project.godot +++ b/godot/project.godot @@ -12,6 +12,7 @@ config_version=4 config/name="boats" run/main_scene="res://ui/MainMenu.tscn" +run/delta_smoothing=false boot_splash/show_image=false config/icon="res://icon.png" @@ -19,15 +20,17 @@ config/icon="res://icon.png" default_bus_layout="" +[debug] + +settings/profiler/max_functions=65535 +settings/stdout/print_fps=true +settings/gdscript/max_call_stack=4096 + [display] window/vsync/use_vsync=false window/stretch/mode="2d" -[editor_plugins] - -enabled=PoolStringArray( "res://addons/blend/plugin.cfg" ) - [input] ui_accept={ @@ -206,11 +209,10 @@ move_walk={ [physics] -3d/smooth_trimesh_collision=true common/enable_pause_aware_picking=true 3d/active_soft_world=false [rendering] -threads/thread_model=2 +threads/thread_model=0 environment/default_environment="res://default_env.tres" -- cgit v1.2.3