Commit before making all walls zoned

This commit is contained in:
2021-09-30 13:36:07 +01:00
parent d7f975d40e
commit eb393708c4
7 changed files with 34 additions and 25 deletions
+1 -1
View File
@@ -32,6 +32,6 @@ startRoom = do
<$> randomiseOutLinks (shiftRoomBy (V2 (-20) (-20),0)
$ roomRectAutoLinks w h & rmPS .~
[ fground
, wallMountA (V2 0 (h/3)) (V3 40 (h/3) 70)
, wallMountJ (V2 0 (h/3)) (V3 40 (h/3) 70)
]
)