diff options
author | metamuffin <metamuffin@disroot.org> | 2025-09-04 23:47:24 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-09-05 23:07:07 +0200 |
commit | 81deaf81c800900e30046cb927be1c9d91ae61b8 (patch) | |
tree | 20ce9898465e8d4c49eeff12a9ea55572517ea7b /client/project.godot | |
parent | fd80142282fcef628466a18e3ea62f0d1372d807 (diff) | |
download | hurrycurry-81deaf81c800900e30046cb927be1c9d91ae61b8.tar hurrycurry-81deaf81c800900e30046cb927be1c9d91ae61b8.tar.bz2 hurrycurry-81deaf81c800900e30046cb927be1c9d91ae61b8.tar.zst |
reorganize client gui files
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] |