Nub close points for game room boundaries

This commit is contained in:
2021-10-04 09:39:18 +01:00
parent df9a8ea242
commit c8e08d903e
8 changed files with 67 additions and 95 deletions
+2
View File
@@ -21,6 +21,7 @@ data Configuration = Configuration
, _debug_noclip :: Bool
, _debug_cr_status :: Bool
, _debug_view_boundaries :: Bool
, _debug_pathing :: Bool
}
deriving (Generic, Show)
makeLenses ''Configuration
@@ -46,4 +47,5 @@ defaultConfig = Configuration
, _debug_noclip = False
, _debug_cr_status = False
, _debug_view_boundaries = False
, _debug_pathing = False
}