Work on tutorial rooms with laser turret

This commit is contained in:
2026-02-25 20:00:37 +00:00
parent 8ae58823f8
commit c2c139c8aa
4 changed files with 133 additions and 94 deletions
+1
View File
@@ -24,6 +24,7 @@ roomNgon n x = do
, _rmPmnts = [thelight]
, _rmBound = [poly]
, _rmFloor = Tiled [makeTileFromPoly poly 2]
--, _rmFloor = InheritFloor
, _rmName = show n ++ "gon"
, _rmPos = poss
}