Hack wall depth, objects don't appear on top of walls (nor beneath windows)

This commit is contained in:
2021-03-21 23:51:56 +01:00
parent 863f2d3d7a
commit 5a5ca6f208
4 changed files with 32 additions and 101 deletions
+1
View File
@@ -32,6 +32,7 @@ lev1 = do
(
[return $ return $ Right deadEndRoom
]
++[roomMiniIntro]
++ [longRoom >>= randomiseLinks]
++ [return $ connectRoom corridor
,return $ connectRoom door]