diff options
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) |