Tileset

Members

Functions

load
void load()

Loading tileset information from a file.

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.

meta
TilesetMeta meta;

Tileset information.

source
string source;

Path to the tileset description file.

Meta