World and Camera updates nearly complete.

This commit is contained in:
Richard Davey
2013-10-04 16:51:24 +01:00
parent e8bed83ac3
commit c00bf96603
7 changed files with 135 additions and 130 deletions
+2 -2
View File
@@ -297,14 +297,14 @@ Phaser.Game.prototype = {
this.net = new Phaser.Net(this);
this.debug = new Phaser.Utils.Debug(this);
this.load.onLoadComplete.add(this.loadComplete, this);
this.stage.boot();
this.world.boot();
this.input.boot();
this.sound.boot();
this.state.boot();
this.load.onLoadComplete.add(this.loadComplete, this);
if (this.renderType == Phaser.CANVAS)
{
console.log('%cPhaser ' + Phaser.VERSION + ' initialized. Rendering to Canvas', 'color: #ffff33; background: #000000');