Allow for complex room bounds for clip checks
This commit is contained in:
@@ -39,7 +39,7 @@ triLootRoom w h = pure $ Room
|
||||
,PS (0,h-15) 0 putLamp
|
||||
,PS (0,-60) 0 putLamp
|
||||
]
|
||||
, _rmBound = convexHull $ tri ++ base
|
||||
, _rmBound = [tri , base]
|
||||
}
|
||||
where
|
||||
tri =
|
||||
|
||||
Reference in New Issue
Block a user