diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2022-09-19 17:44:22 -0400 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2022-09-19 17:44:22 -0400 |
| commit | 1d347e770fddcdd051890cdf070fd2779ab113bf (patch) | |
| tree | 6501fb000509819b7ba58df15c9a831c8bdc44fb /godot/project.godot | |
| parent | 2fd755132f526c48fed2c1867530526971e1cf19 (diff) | |
problems: player controller perf, boat perf, NAVSERVER PERF
Diffstat (limited to 'godot/project.godot')
| -rw-r--r-- | godot/project.godot | 14 |
1 files changed, 8 insertions, 6 deletions
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" |
