|
|
|
@ -15,7 +15,6 @@ function LoadingScreen( stage, gameState ){
@@ -15,7 +15,6 @@ function LoadingScreen( stage, gameState ){
|
|
|
|
|
this.done.alpha= 0; |
|
|
|
|
stage.addChild( this.picture ); |
|
|
|
|
stage.addChild( this.cooking ); |
|
|
|
|
stage.addChild( this.done ); |
|
|
|
|
stage.addChild( this.turkeyState[0] ); |
|
|
|
|
|
|
|
|
|
var textContent = new createjs.Text( "0 %", "25px Arial", "black" ); |
|
|
|
@ -54,6 +53,7 @@ function LoadingScreen( stage, gameState ){
@@ -54,6 +53,7 @@ function LoadingScreen( stage, gameState ){
|
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
stage.addChild( this.done ); |
|
|
|
|
stage.addChild( this.pictureFront ); |
|
|
|
|
|
|
|
|
|
return { |
|
|
|
|