Continue to refactor zoning to be more stream-based
This commit is contained in:
@@ -44,7 +44,7 @@ blinkAcrossChallenge = do
|
||||
|
||||
emptyCorridor :: Room
|
||||
emptyCorridor = corridor & rmPolys .~ []
|
||||
& rmPath .~ []
|
||||
& rmPath .~ mempty
|
||||
& rmPmnts .~ []
|
||||
& rmRandPSs .~ [psRandRanges (10,30) (30,60) (0,2*pi)]
|
||||
& rmName .~ "WalledCorridor"
|
||||
|
||||
Reference in New Issue
Block a user