a step in the right direction for intro beefup.
This commit is contained in:
@@ -144,11 +144,17 @@
|
||||
|
||||
(defn do-intro [entities]
|
||||
(Thread/sleep 2000)
|
||||
(actions/do-dialogue entities
|
||||
:ego "What's going on?"
|
||||
:ego "Who turned out the lights?"
|
||||
:ego "I must be dreaming.")
|
||||
|
||||
(actions/talk entities :fairy-godfather "... Tick ...")
|
||||
(actions/walk-straight-to entities :ego [160 60])
|
||||
(actions/do-dialogue entities :ego "What the?")
|
||||
(actions/walk-straight-to entities :ego [120 50])
|
||||
(actions/do-dialogue entities :ego "Who turned out the lights?"
|
||||
:ego "What's going on?")
|
||||
(actions/talk entities :fairy-godfather "... Tiiiiiiccckkkk ...")
|
||||
(actions/do-dialogue entities :ego "Who is that?")
|
||||
(actions/walk-straight-to entities :ego [140 55] :face :right)
|
||||
(actions/do-dialogue entities :ego "Show yourself!")
|
||||
(Thread/sleep 500)
|
||||
(actions/talk entities :fairy-godfather "Taaaaaaaaaaaaaaaaaa-")
|
||||
(sound! (sound "dream/appear.ogg") :play (utils/current-sound-volume))
|
||||
@@ -159,9 +165,11 @@
|
||||
(Thread/sleep 100)
|
||||
(actions/talk entities :fairy-godfather "-daaaaaaaaaaaaa!")
|
||||
(Thread/sleep 2500)
|
||||
(actions/do-dialogue entities :ego "Umm... What was that all about?"
|
||||
:fairy-godfather "Welcome, young Tick, to the pit of fate."
|
||||
:ego "Err, who are you?"
|
||||
(actions/do-dialogue entities :fairy-godfather "Welcome, young Tick, to the pit of fate!")
|
||||
(actions/talk entities :ego "Pit of fate? I'm too young to die!" :anim :frustrated-talk)
|
||||
(actions/do-dialogue entities
|
||||
:fairy-godfather "Relax, Tick. You're dreaming!"
|
||||
:ego "Who are you?"
|
||||
:ego "And how do you know my name?"
|
||||
:fairy-godfather "Why, I'm your fairy godfather of course!"
|
||||
:fairy-godfather "I've brought you here, Tick, to help choose your destiny."
|
||||
@@ -174,7 +182,7 @@
|
||||
(fade-in-tools entities)
|
||||
|
||||
(Thread/sleep 2500)
|
||||
(actions/do-dialogue entities :ego "What are these things?"
|
||||
(actions/do-dialogue entities
|
||||
:fairy-godfather "These, young Tick, represent the potential destinies for your life."
|
||||
:fairy-godfather "They have been selected since the dawn of time."
|
||||
:fairy-godfather "These destinies are never mistaken."
|
||||
|
||||
Reference in New Issue
Block a user