diff --git a/index.html b/index.html index f3bca42..8377b12 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ -
+ diff --git a/scenes/act1.md b/scenes/act1.md index de77f27..6420024 100644 --- a/scenes/act1.md +++ b/scenes/act1.md @@ -26,7 +26,7 @@ n: QUICK, WARN THEM! `Game.OVERRIDE_TEXT_SPEED = 1.25;` -n4: (LET _YOUR_ WOLF COME OUT TO PLAY. PICK WHAT _YOUR_ ANXIETY WOULD BE MOST LIKELY TO SAY TO YOU) +n4: (LET _YOUR_ WOLF COME OUT TO PLAY! PICK WHAT _YOUR_ ANXIETY WOULD BE MOST LIKELY TO SAY TO YOU) [You're eating alone for lunch! Again!](#act1a_alone) diff --git a/scripts/main.js b/scripts/main.js index 22fc454..96f3961 100644 --- a/scripts/main.js +++ b/scripts/main.js @@ -21,16 +21,17 @@ subscribe("START_GAME", function(){ $("#loading").style.display = "none"; Game.start(); - /*SceneSetup.act1(); - music('battle', {volume:0.5}); + SceneSetup.act1(); + //music('battle', {volume:0.5}); hong({body:"phone1"}); + publish("hp_show"); _.seppuku = true; _.hookuphole = true; _.catmilk = true; - Game.goto("act1g");*/ + Game.goto("act1c"); - Game.goto("intro"); + //Game.goto("intro"); }); \ No newline at end of file