summary refs log tree commit diff stats
path: root/res/maps/hallucination_beach.tmx
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Generalized upper/lower layer map renderingKelly Rauchenberger2021-02-221-38/+108
| | | | | | 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/+39
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