Update rules.txt

This commit is contained in:
intra0 2024-12-17 14:51:18 -06:00 committed by GitHub
parent c5e479236e
commit 65f6d91997
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ $width = 1280
$height = 720 $height = 720
$gameWidth = 1280 $gameWidth = 1280
$gameHeight = 720 $gameHeight = 720
$shadowRes = 1 $shadowRes = 1.0
$AAEnable:int = 1 $AAEnable:int = 1
# Performance # Performance
@ -105,17 +105,18 @@ default = 1
[Preset] [Preset]
category = Shadows category = Shadows
name = High (200%) name = High (200%)
$shadowRes = 2 $shadowRes = 2.0
[Preset] [Preset]
category = Shadows category = Shadows
name = Ultra (300%) name = Ultra (300%)
$shadowRes = 3 $shadowRes = 3.0
[Preset] [Preset]
category = Shadows category = Shadows
name = Extreme (400%, Unstable) name = Extreme (400%, Unstable)
$shadowRes = 4 $shadowRes = 4.0
[Preset] [Preset]
category = Anti-Aliasing category = Anti-Aliasing