Assorted changes, cleanup menu selection text

This commit is contained in:
2022-04-25 23:27:39 +01:00
parent 67e6c4a5bd
commit fa8d8b5899
22 changed files with 217 additions and 108 deletions
+2
View File
@@ -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