![]() |
Peoplemon
0.1.0
Peoplemon 3 game source documentation
|
Represents a town, route, or region within a map. Maps may have many towns. Individual tiles are associated to a town. If a tile is not associated with a town then a default town is used with the name, music, and weather of the map itself. More...
#include <Town.hpp>
Public Attributes | |
std::string | name |
std::string | playlist |
Weather::Type | weather |
std::uint16_t | pcSpawn |
std::string | description |
sf::Vector2i | mapPos |
Represents a town, route, or region within a map. Maps may have many towns. Individual tiles are associated to a town. If a tile is not associated with a town then a default town is used with the name, music, and weather of the map itself.
Weather::Type core::map::Town::weather |