Fix some bigroom wall corners to how they display in-game
Noticed a few corners in some bigroom maps were | instead of -, which doesn't have any gameplay effect but was mildly annoying for what I was doing at the time (copying the maps out into documentation that is supposed to show what the maps look like in-game). There are other special levels out there that still use | for corners; this doesn't address those, only the bigrooms.
This commit is contained in:
committed by
Pasi Kallinen
parent
114f99867e
commit
41d95d4325
@@ -9,20 +9,20 @@ des.level_flags("mazelevel", "noflip");
|
|||||||
des.map([[
|
des.map([[
|
||||||
----------- -----------
|
----------- -----------
|
||||||
|.........| |.........|
|
|.........| |.........|
|
||||||
|.........|-----------| |-----------|.........|
|
|.........------------- -------------.........|
|
||||||
|-|...................|----------| |----------|...................|-|
|
---...................------------ ------------...................---
|
||||||
-|.............................|-------|.............................|-
|
--.............................---------.............................--
|
||||||
-|.................................................................|-
|
--.................................................................--
|
||||||
-|...............................................................|-
|
--...............................................................--
|
||||||
-|......LLLLL.......................................LLLLL......|-
|
--......LLLLL.......................................LLLLL......--
|
||||||
-|.....LLLLL.......................................LLLLL.....|-
|
--.....LLLLL.......................................LLLLL.....--
|
||||||
-|.....LLLLL.......................................LLLLL.....|-
|
--.....LLLLL.......................................LLLLL.....--
|
||||||
-|......LLLLL.......................................LLLLL......|-
|
--......LLLLL.......................................LLLLL......--
|
||||||
-|...............................................................|-
|
--...............................................................--
|
||||||
-|.................................................................|-
|
--.................................................................--
|
||||||
-|.............................|-------|.............................|-
|
--.............................---------.............................--
|
||||||
|-|...................|----------| |----------|...................|-|
|
---...................------------ ------------...................---
|
||||||
|.........|-----------| |-----------|.........|
|
|.........------------- -------------.........|
|
||||||
|.........| |.........|
|
|.........| |.........|
|
||||||
----------- -----------
|
----------- -----------
|
||||||
]]);
|
]]);
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ des.map([[
|
|||||||
--...........-- --...........-- --...........-- --...........--
|
--...........-- --...........-- --...........-- --...........--
|
||||||
--.............-- --.............-- --.............-- --.............--
|
--.............-- --.............-- --.............-- --.............--
|
||||||
-...............- -...............- -...............- -...............-
|
-...............- -...............- -...............- -...............-
|
||||||
|-...............---...............---...............---...............--
|
--...............---...............---...............---...............--
|
||||||
|.................-.................-.................-.................|
|
|.................-.................-.................-.................|
|
||||||
|........T.................T.................T.................T........|
|
|........T.................T.................T.................T........|
|
||||||
|.......................................................................|
|
|.......................................................................|
|
||||||
|
|||||||
@@ -14,11 +14,11 @@ des.map([[
|
|||||||
---------.................................---
|
---------.................................---
|
||||||
---------...........................................---
|
---------...........................................---
|
||||||
---------.....................................................---
|
---------.....................................................---
|
||||||
|--------...............................................................--|
|
---------...............................................................---
|
||||||
|.........................................................................|
|
|.........................................................................|
|
||||||
|.L.....................................................................L.|
|
|.L.....................................................................L.|
|
||||||
|.........................................................................|
|
|.........................................................................|
|
||||||
|--...............................................................--------|
|
---...............................................................---------
|
||||||
---.....................................................---------
|
---.....................................................---------
|
||||||
---...........................................---------
|
---...........................................---------
|
||||||
---.................................---------
|
---.................................---------
|
||||||
|
|||||||
Reference in New Issue
Block a user