Rmove overlay framebuffer, directly draw overlay instead
This commit is contained in:
@@ -46,7 +46,7 @@ data Configuration = Configuration
|
||||
, _graphics_shadow_size :: Importance
|
||||
, _graphics_downsize_resolution :: ResFactor
|
||||
, _graphics_world_resolution :: ResFactor
|
||||
, _graphics_overlay_resolution :: ResFactor
|
||||
, _graphics_distortion_resolution :: ResFactor
|
||||
, _graphics_num_shadow_casters :: NumShadowCasters
|
||||
, _windowX :: Int
|
||||
, _windowY :: Int
|
||||
@@ -136,7 +136,7 @@ defaultConfig =
|
||||
, _graphics_distortions = True
|
||||
, _graphics_downsize_resolution = SixteenthRes
|
||||
, _graphics_world_resolution = QuarterRes
|
||||
, _graphics_overlay_resolution = FullRes
|
||||
, _graphics_distortion_resolution = FullRes
|
||||
, _graphics_num_shadow_casters = toEnum 10
|
||||
, _windowX = 800
|
||||
, _windowY = 600
|
||||
|
||||
Reference in New Issue
Block a user