|
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 | remove_deprecated_tiles () |
| Check for and remove any deprecated tiles from tilegroups. More...
|
|
void | add_tilegroup (const Tilegroup &tilegroup) |
|
const Tile & | get (const uint32_t id) const |
|
AutotileSet * | get_autotileset_from_tile (uint32_t tile_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) |
|
|
std::vector< std::unique_ptr< AutotileSet > > | m_autotilesets |
|
std::map< uint32_t, uint32_t > | m_thunderstorm_tiles |
|
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...
|
|
◆ remove_deprecated_tiles()
void TileSet::remove_deprecated_tiles |
( |
| ) |
|
Check for and remove any deprecated tiles from tilegroups.
◆ 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