Allow for complex room bounds for clip checks
This commit is contained in:
@@ -21,6 +21,6 @@ data Room = Room
|
||||
, _rmLinks :: [(Point2,Float)]
|
||||
, _rmPath :: [(Point2, Point2)]
|
||||
, _rmPS :: [PlacementSpot]
|
||||
, _rmBound :: [Point2]
|
||||
, _rmBound :: [ [Point2] ]
|
||||
}
|
||||
makeLenses ''Room
|
||||
|
||||
Reference in New Issue
Block a user