![]() |
Gamedev Framework (gf)
0.10.0
A C++14 framework for 2D games
|
A description of a kind of terrain on the map. More...
#include <gf/Tmx.h>
Public Attributes | |
TmxProperties | properties |
The properties of the terrain. More... | |
std::string | name |
The name of the terrain. More... | |
unsigned | tile |
The representing tile for the terrain. More... | |
A description of a kind of terrain on the map.
std::string gf::TmxTerrain::name |
The name of the terrain.
TmxProperties gf::TmxTerrain::properties |
The properties of the terrain.
unsigned gf::TmxTerrain::tile |
The representing tile for the terrain.