Assorted changes, cleanup menu selection text
This commit is contained in:
@@ -22,6 +22,7 @@ data Configuration = Configuration
|
||||
, _debug_noclip :: Bool
|
||||
, _debug_cr_status :: Bool
|
||||
, _debug_cr_awareness :: Bool
|
||||
, _debug_mouse_position :: Bool
|
||||
, _debug_view_boundaries :: Bool
|
||||
, _debug_view_clip_bounds :: RoomClipping
|
||||
, _debug_pathing :: Bool
|
||||
@@ -66,6 +67,7 @@ defaultConfig = Configuration
|
||||
, _debug_show_sound = False
|
||||
, _debug_seconds_frame = True
|
||||
, _debug_noclip = False
|
||||
, _debug_mouse_position = False
|
||||
, _debug_cr_status = False
|
||||
, _debug_cr_awareness = False
|
||||
, _debug_view_boundaries = False
|
||||
|
||||
Reference in New Issue
Block a user