level layer

What it does

The level layer command lets you build one playable level from multiple map blocks. This is useful when you want to author a base map first, then add extra visual or gameplay detail in separate passes.

How to use it

  1. Write a normal map block in the LEVELS section.
  2. Add a line containing layer.
  3. Add another map block with the same width and height.
  4. Repeat layer + map block again if you need more overlays.
=======
LEVELS
=======

#######
#..P..#
#..A..#
#######
layer
.......
..b....
.......
.......

Why it is useful

Rules and limits