summary refs log tree commit diff stats
path: root/res/maps/hallucination_hot_spring.tmx
Commit message (Collapse)AuthorAgeFilesLines
* Wrote exit area scripts for underwater and time passageKelly Rauchenberger2021-03-051-1/+4
|
* Set default collision bounds for map spritesKelly Rauchenberger2021-03-031-4/+0
| | | | Since it's always the same ones anyway, might as well set defaults and allow them to be overridden.
* Simplified "animation" map sprite parameterKelly Rauchenberger2021-02-281-1/+1
| | | | The filenames for these are fairly regular, and we're gonna want to abstract it away further later on anyway.
* Added background music (defined on a per-map basis)Kelly Rauchenberger2021-02-271-0/+3
|
* Lucas wades into hot spring alone when Ionia is thereKelly Rauchenberger2021-02-251-1/+6
|
* Ionia is in the water!Kelly Rauchenberger2021-02-241-1/+12
|
* Added connection between hallucination_cliff and hallucination_hot_springKelly Rauchenberger2021-02-231-1/+11
|
* Generalized upper/lower layer map renderingKelly Rauchenberger2021-02-221-11/+69
| | | | | | Map layers can have a flag on them that specifies that they should be rendered as part of the upper set (rendered above the normal sprite layer but below the above sprite layer). Also added map connections between hallucination_interior and hallucination_cliff. And named the layers in the map files bc why not.
* Re-dumped hallucination map/tilesetKelly Rauchenberger2021-02-221-0/+12
The hallucination cliff area and the hot spring map have also been dumped now, but they have not been tested and likely need work because they use a third layer, which is not yet supported. However these all share a tileset now, yay! I added collision and run sounds back to the tiles and hopefully it matches up with what it was before. Also the maps have nicer names now. i.e. big change with no noticeable effects