Work on wrist shields, cleanup
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user