diff options
author | tpart <tpart120@proton.me> | 2024-10-04 12:15:33 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-10-04 12:15:33 +0200 |
commit | 25976e888def15d3ae63635385372f9c8313e0b9 (patch) | |
tree | 7b964f7c6eea1f2607889e1ca056d84fdec52ce0 /client/project.godot | |
parent | 966cbc43171b0f32b4a06c07d029fd6298563688 (diff) | |
download | hurrycurry-25976e888def15d3ae63635385372f9c8313e0b9.tar hurrycurry-25976e888def15d3ae63635385372f9c8313e0b9.tar.bz2 hurrycurry-25976e888def15d3ae63635385372f9c8313e0b9.tar.zst |
Enable msaa for setup menu (Fixes #154)
Diffstat (limited to 'client/project.godot')
-rw-r--r-- | client/project.godot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/project.godot b/client/project.godot index 8f0216ca..2efec7e6 100644 --- a/client/project.godot +++ b/client/project.godot @@ -211,5 +211,4 @@ locale/translations=PackedStringArray("res://po/it.po", "res://po/ar.po", "res:/ 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_2d=1 anti_aliasing/quality/msaa_3d=1 |