mirror of
https://github.com/wassname/phaser.git
synced 2026-07-16 01:20:13 +08:00
Fixing up documentation, missing functions, examples and alpha masks.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user