Antialiasing options
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user