diff options
author | tpart <tpart120@proton.me> | 2025-09-16 23:29:38 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-09-16 23:29:38 +0200 |
commit | 70e4069713f4646bbafb5f3eea5c8d38358361d0 (patch) | |
tree | 87223922e48ca2f678fc34cca233f712ec234a4e /client/project.godot | |
parent | 8065d61db0104a9c1008f6ddd7588090c4bcd1da (diff) | |
download | hurrycurry-70e4069713f4646bbafb5f3eea5c8d38358361d0.tar hurrycurry-70e4069713f4646bbafb5f3eea5c8d38358361d0.tar.bz2 hurrycurry-70e4069713f4646bbafb5f3eea5c8d38358361d0.tar.zst |
Upgrade to Godot Engine 4.5
Diffstat (limited to 'client/project.godot')
-rw-r--r-- | client/project.godot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/project.godot b/client/project.godot index 1111d50a..cffc2b4e 100644 --- a/client/project.godot +++ b/client/project.godot @@ -13,7 +13,7 @@ config_version=5 config/name="hurrycurry" run/main_scene="res://gui/menus/entry.tscn" config/quit_on_go_back=false -config/features=PackedStringArray("4.4", "Forward Plus") +config/features=PackedStringArray("4.5", "Forward Plus") boot_splash/image="res://icons/main.png" config/icon="res://icons/main.png" @@ -43,8 +43,8 @@ display_server/driver.linuxbsd="wayland" [editor] -movie_writer/mjpeg_quality=0.9 movie_writer/movie_file="/tmp/output.avi" +movie_writer/mjpeg_quality=0.9 [input] |