From 547cf9b3116d95354f068521cb6f4a26d61eb423 Mon Sep 17 00:00:00 2001 From: Robert Chen Date: Sun, 24 Nov 2013 21:57:50 -0800 Subject: [PATCH] Loading screen --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 5b3188a..470345e 100644 --- a/js/main.js +++ b/js/main.js @@ -240,7 +240,7 @@ function GameUI( canvasElem, gameState ){ var soundManager = new SoundManager( gameState ); - this.activeScreenObj = new KitchenScreen( this.stage, gameState ); + this.activeScreenObj = new LoadingScreen( this.stage, gameState ); var textContent = new createjs.Text( "", "20px Arial", "#00000000" ); textContent.x = 750; textContent.y = 30;