Unshadow window blocks when neighbour destroyed

This commit is contained in:
2021-10-27 11:44:09 +01:00
parent 15fac3db6e
commit 8f738410c0
5 changed files with 33 additions and 13 deletions
+1 -2
View File
@@ -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)]
}