Replace PutShape with PutForeground
This commit is contained in:
@@ -122,12 +122,12 @@ lasCenSensEdge n = do
|
||||
lasTunnel :: RandomGen g => Float -> State g Room
|
||||
lasTunnel y = do
|
||||
extraPlmnts <- takeOne
|
||||
[ [ midWall (reverse $ rectNSWE 115 90 0 60)
|
||||
, midWall (reverse $ rectNSWE 65 40 (-40) 25)
|
||||
[ [ midWall ( rectNSWE 115 90 0 60)
|
||||
, midWall ( rectNSWE 65 40 (-40) 25)
|
||||
]
|
||||
, [ midWall (reverse $ rectNSWE 125 100 0 25)
|
||||
, midWall (reverse $ rectNSWE 80 40 (-40) 0)
|
||||
, midWall (reverse $ rectNSWE 80 40 25 60)
|
||||
, [ midWall ( rectNSWE 125 100 0 25)
|
||||
, midWall ( rectNSWE 80 40 (-40) 0)
|
||||
, midWall ( rectNSWE 80 40 25 60)
|
||||
]
|
||||
]
|
||||
return defaultRoom
|
||||
|
||||
Reference in New Issue
Block a user