diff options
author | tpart <tpart120@proton.me> | 2025-03-23 20:56:41 +0100 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-03-23 20:56:41 +0100 |
commit | dff76d9344a4102154f98bb38a8c8773c214a5bd (patch) | |
tree | 1f8cebb4ad535f46f0cfeaad98b5273bc65a270d /client/project.godot | |
parent | 0bdd9ed7b86fc39f154d762644de8483df0189bc (diff) | |
download | hurrycurry-dff76d9344a4102154f98bb38a8c8773c214a5bd.tar hurrycurry-dff76d9344a4102154f98bb38a8c8773c214a5bd.tar.bz2 hurrycurry-dff76d9344a4102154f98bb38a8c8773c214a5bd.tar.zst |
Update to Godot 4.4
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 5777d8fc..c20d4165 100644 --- a/client/project.godot +++ b/client/project.godot @@ -13,7 +13,7 @@ config_version=5 config/name="hurrycurry" run/main_scene="res://menu/entry.tscn" config/quit_on_go_back=false -config/features=PackedStringArray("4.3", "Forward Plus") +config/features=PackedStringArray("4.4", "Forward Plus") boot_splash/image="res://icons/main.png" config/icon="res://icons/main.png" @@ -219,5 +219,5 @@ menu={ renderer/rendering_method.mobile="gl_compatibility" textures/vram_compression/import_etc2_astc=true -environment/defaults/default_clear_color=Color(0, 0, 0, 1) anti_aliasing/quality/msaa_3d=1 +environment/defaults/default_clear_color=Color(0, 0, 0, 1) |