diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-29 18:31:06 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-29 18:31:06 +0200 |
commit | 97b157a8ab9db23876ddc703a292159941ec2c7e (patch) | |
tree | 35cf1436977aaa381265d4f223924773d41f53a4 /client | |
parent | 9466b01cca5f692f444d79b42f2185b9f88c4807 (diff) | |
download | hurrycurry-97b157a8ab9db23876ddc703a292159941ec2c7e.tar hurrycurry-97b157a8ab9db23876ddc703a292159941ec2c7e.tar.bz2 hurrycurry-97b157a8ab9db23876ddc703a292159941ec2c7e.tar.zst |
enable 2d msaa
Diffstat (limited to 'client')
-rw-r--r-- | client/menu/setup_menu.tscn | 2 | ||||
-rw-r--r-- | client/project.godot | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/client/menu/setup_menu.tscn b/client/menu/setup_menu.tscn index e08bd1de..98eb9e66 100644 --- a/client/menu/setup_menu.tscn +++ b/client/menu/setup_menu.tscn @@ -86,8 +86,6 @@ layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 -offset_right = 1152.0 -offset_bottom = 648.0 grow_horizontal = 2 grow_vertical = 2 horizontal_scroll_mode = 0 diff --git a/client/project.godot b/client/project.godot index 2d8bcbfd..59515f71 100644 --- a/client/project.godot +++ b/client/project.godot @@ -132,5 +132,6 @@ locale/translations_pot_files=PackedStringArray("res://menu/main_menu.tscn", "re [rendering] +anti_aliasing/quality/msaa_2d=2 anti_aliasing/quality/msaa_3d=2 anti_aliasing/quality/use_taa=true |