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 | |
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')
-rw-r--r-- | client/gui/resources/shaders/paper.tres | 2 | ||||
-rw-r--r-- | client/map/items/sliced_lettuce.res | bin | 5177 -> 5186 bytes | |||
-rw-r--r-- | client/project.godot | 4 |
3 files changed, 3 insertions, 3 deletions
diff --git a/client/gui/resources/shaders/paper.tres b/client/gui/resources/shaders/paper.tres index 2c681244..f99aec03 100644 --- a/client/gui/resources/shaders/paper.tres +++ b/client/gui/resources/shaders/paper.tres @@ -10,5 +10,5 @@ domain_warp_enabled = true domain_warp_frequency = -1.465 [resource] -color_ramp = SubResource("Gradient_pkrjd") noise = SubResource("FastNoiseLite_k7p6k") +color_ramp = SubResource("Gradient_pkrjd") diff --git a/client/map/items/sliced_lettuce.res b/client/map/items/sliced_lettuce.res Binary files differindex 927f5cb5..1a748947 100644 --- a/client/map/items/sliced_lettuce.res +++ b/client/map/items/sliced_lettuce.res 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] |