Nub close points for game room boundaries
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user