Antialiasing options

This commit is contained in:
2026-03-07 04:13:13 -07:00
parent 72a2997939
commit 423ee503a2
3 changed files with 54 additions and 0 deletions

View File

@@ -40,6 +40,29 @@ id = "ambient-sounds_off"
[[flavor_groups.ambient-sounds.choices]]
id = "ambient-sounds_on"
[flavor_groups.aliasing]
name = "Anti-aliasing"
description = ""
side = "client"
[[flavor_groups.aliasing.none]]
id = "no_aliasing"
name = "None"
description = "No anti-aliasing. Best performance."
side = "client"
[[flavor_groups.aliasing.dirty]]
id = "dirty"
name = "FXAA"
description = "No anti-aliasing. Best performance."
side = "client"
[[flavor_groups.aliasing.super]]
id = "dirty"
name = "SSAA"
description = "Renders the game at twice the resolution and then scales it down"
side = "client"
[metafile.better-clouds]
flavors = ["fancy"]
@@ -59,3 +82,8 @@ flavors = ["fancy"]
[metafile.charmonium]
flavors = ["ambient-sounds_on"]
[metafile.dirtyaliasing]
flavors = ["dirty"]
[metafile.qdaa]
flavors = ["super"]