Cleanup rendering
This commit is contained in:
@@ -39,6 +39,8 @@ data Configuration = Configuration
|
||||
, _volume_sound :: Float
|
||||
, _volume_music :: Float
|
||||
, _graphics_cloud_shadows :: Bool
|
||||
, _graphics_distortions :: Bool
|
||||
, _graphics_bloom :: Bool
|
||||
, _graphics_object_shadows :: ShadowRendering
|
||||
, _graphics_resolution_factor :: ResFactor
|
||||
, _graphics_num_shadow_casters :: NumShadowCasters
|
||||
@@ -108,7 +110,9 @@ defaultConfig =
|
||||
, _volume_sound = 1
|
||||
, _volume_music = 0
|
||||
, _graphics_cloud_shadows = True
|
||||
, _graphics_bloom = True
|
||||
, _graphics_object_shadows = GeoObjShads
|
||||
, _graphics_distortions = True
|
||||
, _graphics_resolution_factor = QuarterRes
|
||||
, _graphics_num_shadow_casters = toEnum 10
|
||||
, _windowX = 800
|
||||
|
||||
Reference in New Issue
Block a user