Work on wrist shields, cleanup

This commit is contained in:
2022-05-25 22:34:22 +01:00
parent 525f45efeb
commit ba80bfd0ad
5 changed files with 26 additions and 16 deletions
+2
View File
@@ -25,6 +25,7 @@ data Configuration = Configuration
, _debug_cr_awareness :: Bool
, _debug_mouse_position :: Bool
, _debug_view_boundaries :: Bool
, _debug_walls :: Bool
, _debug_view_clip_bounds :: RoomClipping
, _debug_pathing :: Bool
}
@@ -75,4 +76,5 @@ defaultConfig = Configuration
, _debug_view_boundaries = False
, _debug_view_clip_bounds = NoRoomClipBoundaries
, _debug_pathing = False
, _debug_walls = False
}