Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added variable movement speed | Kelly Rauchenberger | 2021-02-20 | 1 | -0/+1 |
| | | | | Ionia now moves at half Lucas's speed, which I think is good for NPCs. | ||||
* | Added enclosure zones | Kelly Rauchenberger | 2021-02-20 | 1 | -0/+9 |
| | | | | A sprite with an enclosure zone will collide with it if it attempts to leave the area defined by the zone. This is used to make sure that wandering sprites don't end up in weird places. | ||||
* | Added a randomly wandering Ionia to the map | Kelly Rauchenberger | 2021-02-20 | 1 | -0/+1 |
| | |||||
* | Added sprite shadows | Kelly Rauchenberger | 2021-02-13 | 1 | -0/+1 |
| | |||||
* | 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 |