![]() |
Gamedev Framework (gf)
0.16.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... | |
| int | 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.
| int gf::TmxTerrain::tile |
The representing tile for the terrain.
1.8.13