anxiety/scenes/intro.md

45 lines
780 B
Markdown
Raw Normal View History

2019-03-17 18:41:19 +00:00
# intro
2019-04-18 11:40:22 +00:00
`SceneSetup.intro();`
# intro-play-button
2019-05-05 19:56:00 +00:00
`Game.HACK_MAKE_THE_LINE_BIG=true;`
[<div class="mini-icon" pic="play1"></div> PLAY! <div class="mini-icon" pic="play2"></div>](#intro-start) `publish("intro-to-game-1"); Game.OVERRIDE_CHOICE_LINE=true;`
2019-04-18 11:40:22 +00:00
# intro-start
2019-04-29 15:35:25 +00:00
(...500)
`clearText()`
2019-04-29 19:19:44 +00:00
n3: Welcome! This is less of a "game", more of an interactive story. Hope you like reading, sucka
2019-04-29 15:35:25 +00:00
2019-05-02 15:55:41 +00:00
n3: So before we start, how would *you* like to read?
2019-04-29 15:35:25 +00:00
`publish("show_options_bottom")`
# intro-start-2
2019-05-05 19:56:00 +00:00
n3: Great! Note: you can always change text/audio options with the ⚙ icon below.
2019-04-29 15:35:25 +00:00
2019-05-02 15:55:41 +00:00
n3: Now, let's begin our story...
2019-04-24 19:42:13 +00:00
`clearText()`
2019-04-18 11:40:22 +00:00
2019-04-29 15:35:25 +00:00
(...1000)
`publish("intro-to-game-2")`
n2: THIS IS A HUMAN
2019-04-18 11:40:22 +00:00
(...600)
`clearText()`
(...300)
2019-05-05 19:56:00 +00:00
(#act1_end)
`/*publish("intro-to-game-3")*/`