diff options
Diffstat (limited to 'client/project.godot')
-rw-r--r-- | client/project.godot | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/project.godot b/client/project.godot index 783850b8..56af7dca 100644 --- a/client/project.godot +++ b/client/project.godot @@ -11,7 +11,7 @@ config_version=5 [application] config/name="hurrycurry" -run/main_scene="res://menu/entry.tscn" +run/main_scene="res://gui/menus/entry.tscn" config/quit_on_go_back=false config/features=PackedStringArray("4.4", "Forward Plus") boot_splash/image="res://icons/main.png" @@ -23,7 +23,7 @@ TranslationManager="*res://translation_manager.gd" Global="*res://global.gd" Sound="*res://audio/sound.tscn" DisableWrongJoypads="*res://disable_wrong_joypads.gd" -InputManager="*res://menu/settings/input/input_manager.gd" +InputManager="*res://gui/menus/settings/input/input_manager.gd" ServerList="*res://server_list.gd" Server="*res://service/server.gd" Editor="*res://service/editor.gd" @@ -43,6 +43,7 @@ display_server/driver.linuxbsd="wayland" [editor] +movie_writer/mjpeg_quality=0.9 movie_writer/movie_file="/tmp/output.avi" [input] |