Separate placement spot from placement type
This commit is contained in:
@@ -97,8 +97,8 @@ roomCross x y = defaultRoom
|
||||
]
|
||||
, _rmPath = []
|
||||
, _rmPS =
|
||||
[ mountLightI 70 (V2 (x+5) x) (V2 (x+5) (-x))
|
||||
, mountLightI 70 (V2 (-x-5) x) (V2 (-x-5) (-x))
|
||||
[ spanLightI 70 (V2 (x+5) x) (V2 (x+5) (-x))
|
||||
, spanLightI 70 (V2 (-x-5) x) (V2 (-x-5) (-x))
|
||||
]
|
||||
, _rmBound =
|
||||
[rectNSWE y (-y) (-x) x
|
||||
|
||||
Reference in New Issue
Block a user