|
|
void | add_tile (int id, std::unique_ptr< Tile > tile) |
| |
|
void | add_unassigned_tilegroup () |
| | Adds a group of tiles that haven't been assigned to any other group.
|
| |
|
void | add_tilegroup (const Tilegroup &tilegroup) |
| |
|
const Tile & | get (const uint32_t id) const |
| |
|
uint32_t | get_max_tileid () const |
| |
|
const std::vector< Tilegroup > & | get_tilegroups () const |
| |
|
void | print_debug_info (const std::string &filename) |
| |
|
void | Write (string filename) |
| |
|
void | Parse (string filename) |
| |
|
void | ParseTiles (Lisp.Parser parser) |
| |
|
void | ParseMoreTiles (Lisp.Parser parser) |
| |
|
|
static std::unique_ptr< TileSet > | from_file (const std::string &filename) |
| |
|
|
const int | TILE_WIDTH = 32 |
| |
|
const int | TILE_HEIGHT = 32 |
| |
|
ArrayList | Tiles = new ArrayList() |
| |
|
ArrayList | TileGroups = new ArrayList() |
| |
|
| bool | IsNew [get] |
| | Whether version of tileset file is too new More...
|
| |
§ IsNew
Whether version of tileset file is too new
The documentation for this class was generated from the following files:
- src/supertux/tile_set.hpp
- tools/tilemanager/TileSet.cs
- src/supertux/tile_set.cpp