diff options
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) |