summary refs log tree commit diff stats
path: root/res/scripts/hallucination_cliff.lua
Commit message (Collapse)AuthorAgeFilesLines
* Started "Claus falls off ladder" sceneKelly Rauchenberger2021-03-041-0/+83
|
* Added door opening sfxKelly Rauchenberger2021-03-021-0/+1
|
* Added inside of Mixolydia's houseKelly Rauchenberger2021-02-281-0/+1
|
* Added pink shell door opening (and fixed the sprite)Kelly Rauchenberger2021-02-281-0/+4
| | | | Door doesn't go anywhere yet though.
* Added connection between hallucination_cliff and hallucination_hot_springKelly Rauchenberger2021-02-231-0/+4
|
* Generalized upper/lower layer map renderingKelly Rauchenberger2021-02-221-0/+5
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.