Partially implement separate blocks
This commit is contained in:
+2
-1
@@ -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)]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user