Add a preloader bar
This commit is contained in:
@@ -1434,8 +1434,11 @@ Preloader.prototype.create = function()
|
|||||||
tween.onComplete.add(goalready, this);
|
tween.onComplete.add(goalready, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log("Adding boot");
|
||||||
game.state.add('boot', Boot, false);
|
game.state.add('boot', Boot, false);
|
||||||
|
console.log("Adding preloader");
|
||||||
game.state.add('preloader', Preloader, false);
|
game.state.add('preloader', Preloader, false);
|
||||||
|
console.log("Adding game");
|
||||||
game.state.add('game', GameState, false);
|
game.state.add('game', GameState, false);
|
||||||
|
|
||||||
game.state.start('boot');
|
game.state.start('boot');
|
||||||
|
|||||||
Reference in New Issue
Block a user