-
Couldn't load subscription status.
- Fork 2
Tileset
sirrandalot edited this page Mar 8, 2018
·
1 revision
Tileset represents an array of Tiles (actually encoded as an int array but that's none of your concern). It can not be instantiated directly, you must use the TilesetFactory for that.
- The width of each tile.
- The height of each tile.
- The number of tiles.
- Sets the values for the tile at the given index using an array of values.
- Sets the values for the tile at a given index using a Tile.