diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-03-06 21:41:40 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2021-03-06 21:41:40 -0500 |
commit | 16a515766862eb69dab70e081170da7ce39602a8 (patch) | |
tree | d5ebcf5d56d522d9cdb4a9eeca549ff730b28aca /res | |
parent | 14c52acb638137269300e342ff2609fb389f76f7 (diff) | |
download | tanetane-16a515766862eb69dab70e081170da7ce39602a8.tar.gz tanetane-16a515766862eb69dab70e081170da7ce39602a8.tar.bz2 tanetane-16a515766862eb69dab70e081170da7ce39602a8.zip |
The mirror reflection changes to Claus, Ionia, and Wess
Diffstat (limited to 'res')
-rw-r--r-- | res/scripts/hallucination_mirror.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/scripts/hallucination_mirror.lua b/res/scripts/hallucination_mirror.lua index 5b336af..6e2ef55 100644 --- a/res/scripts/hallucination_mirror.lua +++ b/res/scripts/hallucination_mirror.lua | |||
@@ -20,6 +20,13 @@ function hallucination_mirror.mailbox() | |||
20 | return | 20 | return |
21 | end | 21 | end |
22 | 22 | ||
23 | if not gamestate.read_mirror_message then | ||
24 | animation():initSprite(getSpriteByAlias("double_lucas"), "../res/sprites/claus_anim.txt") | ||
25 | animation():initSprite(getSpriteByAlias("double_kuma"), "../res/sprites/ionia_anim.txt") | ||
26 | animation():initSprite(getSpriteByAlias("double_duster"), "../res/sprites/wess_anim.txt") | ||
27 | --animation():initSprite(getSpriteByAlias("double_boney"), "../res/sprites/claus_anim.txt") | ||
28 | end | ||
29 | |||
23 | gamestate.read_mirror_message = true | 30 | gamestate.read_mirror_message = true |
24 | 31 | ||
25 | DisplayMessage("* <Your eyes that watch me walking by\nYour ears that listen to me cry\nYour mouth, alit with laughter strong\nYour forehead creased to say I'm wrong>\n* <They think you're dead, but here you stare\nReflected in the mirror's glare\nWith pounding fists and fevered moans\nThat shake me to my very bones>\n* <One day I know you'll fall right through\nTo haunt me in my life anew>\n\f...\n\f* You get the feeling you're being watched.", "", SpeakerType.NONE) | 32 | DisplayMessage("* <Your eyes that watch me walking by\nYour ears that listen to me cry\nYour mouth, alit with laughter strong\nYour forehead creased to say I'm wrong>\n* <They think you're dead, but here you stare\nReflected in the mirror's glare\nWith pounding fists and fevered moans\nThat shake me to my very bones>\n* <One day I know you'll fall right through\nTo haunt me in my life anew>\n\f...\n\f* You get the feeling you're being watched.", "", SpeakerType.NONE) |