Unshadow window blocks when neighbour destroyed
This commit is contained in:
+1
-2
@@ -53,8 +53,7 @@ roomC x y = defaultRoom
|
||||
{ _rmPolys = [rectNSWE y 0 0 x]
|
||||
, _rmLinks = lnks
|
||||
, _rmPath = pth
|
||||
--, _rmPS = [windowLine (V2 (x/2) 0) (V2 (x/2) (y-60))
|
||||
, _rmPS = [windowLine (V2 (x/2) 10) (V2 (x/2) (20))
|
||||
, _rmPS = [windowLine (V2 (x/2) 0) (V2 (x/2) (y-60))
|
||||
]
|
||||
, _rmBound = [rectNSWE (y+5) (-5) (-5) (x+5)]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user