Play around with upscaling pixel filtering

This commit is contained in:
2025-11-25 21:59:49 +00:00
parent 4cc8f05407
commit 331d0cce73
4 changed files with 30 additions and 9 deletions
+2
View File
@@ -49,6 +49,7 @@ data Config = Config
{ _volume_master :: Float
, _volume_sound :: Float
, _volume_music :: Float
, _gr_upscale_filter :: Bool
, _gr_cloud_shadows :: Bool
, _gr_distortions :: Bool
, _gr_bloom :: Bool
@@ -152,6 +153,7 @@ defaultConfig =
{ _volume_master = 1
, _volume_sound = 1
, _volume_music = 0
, _gr_upscale_filter = True
, _gr_cloud_shadows = True
, _gr_bloom = True
, _gr_shadow_rendering = GeoObjShads