Region Grid
  • <grid infinite="true" />

creates a grid that stretches infinitely in any direction, but the underlying grid is one with a true origin in the bottom-left corner

  • <grid infinite="true" origin_tl="true" />

an infinite grid with a origin in the upper-left corner

  • <grid width="20" height="20" />

creates a 20x20 grid of squares with a true origin in the bottom-left corner

  • width and height numbers are decimal
20x20map.png
  • <grid width="20" height="20" origin_tl="true" />

creates a 20x20 grid of squares with a true origin in the top-left corner

20x20mapTL.png
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License