Scene

The scene in-game

Members

Functions

height
uint height()

Height of scene in pixels

width
uint width()

Width of scene in pixels

Variables

layers
Layer[] layers;

Layers

name
string name;

The name of the scene

quadBasisX
uint quadBasisX;

Basis width for quads

quadBasisY
uint quadBasisY;

Basis height for quads

tileHeight
uint tileHeight;

Height of tiles

tileWidth
uint tileWidth;

Width of tiles

tilesX
uint tilesX;

The amount of tile slots in the X axis

tilesY
uint tilesY;

The amount of tile slots on the Y axis

tileset
Tileset tileset;

Contains all the tilesets for this scene

Meta