Allow for complex room bounds for clip checks

This commit is contained in:
2021-05-03 00:57:17 +02:00
parent f71724ae8b
commit 2bf23db935
14 changed files with 92 additions and 152 deletions
+1 -1
View File
@@ -21,6 +21,6 @@ data Room = Room
, _rmLinks :: [(Point2,Float)]
, _rmPath :: [(Point2, Point2)]
, _rmPS :: [PlacementSpot]
, _rmBound :: [Point2]
, _rmBound :: [ [Point2] ]
}
makeLenses ''Room