Updates across the board moving Stage.canvas to Game.canvas

This commit is contained in:
photonstorm
2014-02-13 12:55:58 +00:00
parent 0786e86ee5
commit e9fb8f6389
8 changed files with 24 additions and 23 deletions
+1
View File
@@ -334,6 +334,7 @@ Phaser.StateManager.prototype = {
this.states[key].load = this.game.load;
this.states[key].math = this.game.math;
this.states[key].sound = this.game.sound;
this.states[key].scale = this.game.scale;
this.states[key].stage = this.game.stage;
this.states[key].time = this.game.time;
this.states[key].tweens = this.game.tweens;