MapData.RenderOrder

The order in which tiles on tile layers are rendered. From the docs: Valid values are right-down (the default), right-up, left-down and left-up. In all cases, the map is drawn row-by-row. (since 0.10, but only supported for orthogonal maps at the moment)

Values

ValueMeaning
rightDown"right-down"

left-to-right, top-to-bottom

rightUp"right-up"

left-to-right, bottom-to-top

leftDown"left-down"

right-to-left, top-to-bottom

leftUp"left-up"

right-to-left, bottom-to-top

Meta