Play around with upscaling pixel filtering
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user