Fixing up documentation, missing functions, examples and alpha masks.

This commit is contained in:
photonstorm
2014-02-21 14:50:18 +00:00
parent eb38ae35f8
commit 07af06fc4e
12 changed files with 565 additions and 115 deletions
+1
View File
@@ -329,6 +329,7 @@ Phaser.StateManager.prototype = {
this.states[key].game = this.game;
this.states[key].add = this.game.add;
this.states[key].make = this.game.make;
this.states[key].camera = this.game.camera;
this.states[key].cache = this.game.cache;
this.states[key].input = this.game.input;