This commit is contained in:
Nicky Case 2019-05-01 12:06:36 -04:00
parent 8fe1bec5bd
commit 06eb19103e
3 changed files with 7 additions and 6 deletions

View File

@ -19,7 +19,7 @@
<div id="gear" style="display:none" onclick="publish('show_options')">
<div class="icon"></div>
</div>
<div id="about"><!-- style="display:none">-->
<div id="about" style="display:none">
<div class="icon">?</div>
</div>

View File

@ -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)

View File

@ -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");
});