Skip to content

Ground decals#

Added in version 1.9.75

You can define a "level 2" ground. This is basically an overlay for ground and can be used for decals. These will be unchanged if a building it built on them:

In contrast to other ground plugins all we need is to specify "level": 1 (that is the second level considering level 0 as default) and a frame:

[
  {
    "id":"$ground2test00",
    "type":"ground",
    "level":1,
    "frames":[{"bmp":"ground.png"}]
  }
]

As of right now, only levels 0 and 1 are supported.

This page has been adapted from a topic on the official TheoTown forum.