summary refs log tree commit diff stats
path: root/res/scripts/hallucination_cliff.lua
Commit message (Collapse)AuthorAgeFilesLines
* More of Hinawa eventStar Rauchenberger2021-07-061-1/+106
| | | | | | This is the beginning of the second part, ending with Hinawa walking off the cliff, Kumatora/Duster/Boney bunched over on the right, and Lucas in the middle, where he'll have to decide who to go toward. #28
* Added beginning of Hinawa eventStar Rauchenberger2021-07-061-0/+84
| | | | #28
* Added some stuff to Claus falling off the ladderKelly Rauchenberger2021-03-091-0/+8
| | | | #9
* Nana shouldn't use the talk animation when she's silentKelly Rauchenberger2021-03-081-1/+4
|
* Added more Nana dialogue if you talk to her repeatedlyKelly Rauchenberger2021-03-081-1/+19
|
* Added Nana to hallucination_cliff mapKelly Rauchenberger2021-03-081-0/+11
|
* 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.