From The Mana World
Revision as of 23:17, 24 July 2005 by Modanung (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

An Action layers is a tilelayer that is build in with every map using Tiled. They are mainly used to add multiple layers on which you can walk. Some examples are: a city wall, a bridge or any cliff-like situation.

These layers, just like all other map layers, consist of tiles. There would be at least 3 different tiles required for these layers: a walkable 'check' tile, collition tiles and a transition tile. The 'check' tiles could be seperated in spawn tiles and non-spawn tiles to define areas where monsters should and shouldn't be spawned (like in narrow passages and near portals).

Actionlayers.png


This page is under construction