This commit is contained in:
Nicky Case 2019-05-03 10:06:14 -04:00
parent d7daec1e03
commit 3b63db6753
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ function BG_Intro(){
20
]
var ticker = 18;//0;
var ticker = 0; //18;//0;
var frameTicker = ticker;
var parallaxTicker = 0;
var SHOWN_PLAY_BUTTON = false;

View File

@ -30,7 +30,7 @@ subscribe("START_GAME", function(){
_.hookuphole = true;
_.catmilk = true;
Game.goto("act1c");*/
Game.goto("act1i");*/
Game.goto("intro");