Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Scripts are organised per-map now | Kelly Rauchenberger | 2021-02-12 | 1 | -3/+3 |
| | |||||
* | Map changing! | Kelly Rauchenberger | 2021-02-09 | 1 | -6/+6 |
| | | | | 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 map | Kelly Rauchenberger | 2021-02-09 | 1 | -0/+10 |
| | | | | Walking into a trigger zone runs a script. | ||||
* | Maps can contain named points of interest called warps | Kelly Rauchenberger | 2021-02-09 | 1 | -0/+4 |
| | |||||
* | Entity prototypes can be stored in the map file now | Kelly Rauchenberger | 2021-02-09 | 1 | -0/+13 |
| | |||||
* | Added running sounds | Kelly Rauchenberger | 2021-02-03 | 1 | -0/+4 |
| | |||||
* | Added collision with map tiles | Kelly Rauchenberger | 2021-02-02 | 1 | -0/+3 |
| | |||||
* | Using tmxlite instead of Tileson | Kelly Rauchenberger | 2021-02-02 | 1 | -0/+41 |