Tileset

Members

Functions

load
void load()

Loading tileset information from a file.

parse
void parse(R element)
Undocumented in source. Be warned that the author may not have intended to support it.
setup
void setup()

Prepares the atlas for a group of tiles.

Variables

data
Image[] data;

Tiles.

firstgid
int firstgid;

First identificator.

image
Image image;

Atlas.

imagesource
string imagesource;

Path to the image file.

isSetup
bool isSetup;
Undocumented in source.
meta
TilesetMeta meta;

Tileset information.

source
string source;

Path to the tileset description file.

Meta