summary refs log tree commit diff stats
path: root/src/map.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Map changing!Kelly Rauchenberger2021-02-091-3/+2
| | | | Also removed some dependencies on the Renderer. More changes need to be made. Fading to black before the change would be good. And making sure the characters are facing the right direction. Maybe that code shouldn't live in Game, either. Later we also want to combine the tilesets for these two maps (and any others that are on Tanetane).
* Added trigger zones to the mapKelly Rauchenberger2021-02-091-0/+15
| | | | Walking into a trigger zone runs a script.
* Maps can contain named points of interest called warpsKelly Rauchenberger2021-02-091-0/+6
|
* Entity prototypes can be stored in the map file nowKelly Rauchenberger2021-02-091-0/+29
|
* Added running soundsKelly Rauchenberger2021-02-031-0/+14
|
* Added collision with map tilesKelly Rauchenberger2021-02-021-9/+29
|
* Using tmxlite instead of TilesonKelly Rauchenberger2021-02-021-0/+46