Stop door z fighting
This commit is contained in:
@@ -115,7 +115,7 @@ rezBoxes = do
|
||||
centralRoom <- shuffleLinks $ (roomRectAutoLinks w h) {_rmPmnts = []}
|
||||
& rmLinks %~ setInLinks bottomEdgeTest
|
||||
let n = length $ filter bottomEdgeTest $_rmLinks centralRoom
|
||||
return $ tToBTree "rezBoxes" $ treeFromTrunk [rezBox thecol, door]
|
||||
return $ tToBTree "rezBoxes" $treeFromTrunk [rezBox thecol, door]
|
||||
$ Node centralRoom (replicate (n-1) dbox ++ [Node (cleatOnward door) []])
|
||||
|
||||
rezColor :: RandomGen g => State g LightSource
|
||||
|
||||
Reference in New Issue
Block a user