summaryrefslogtreecommitdiff
path: root/godot/project.godot
diff options
context:
space:
mode:
Diffstat (limited to 'godot/project.godot')
-rw-r--r--godot/project.godot14
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"