Partially implement separate blocks

This commit is contained in:
2021-10-26 22:53:49 +01:00
parent d136fd910c
commit 12d43f9cf0
15 changed files with 145 additions and 115 deletions
+2 -1
View File
@@ -53,7 +53,8 @@ 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) 0) (V2 (x/2) (y-60))
, _rmPS = [windowLine (V2 (x/2) 10) (V2 (x/2) (20))
]
, _rmBound = [rectNSWE (y+5) (-5) (-5) (x+5)]
}