mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 07:01:20 +00:00
Expose the GameObjectCreator.
This commit is contained in:
parent
05920eae8e
commit
2c4a697665
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ Systems.prototype = {
|
|||
this.state.textures = this.textures;
|
||||
|
||||
this.state.add = this.add;
|
||||
this.state.make = this.make;
|
||||
this.state.cameras = this.cameras;
|
||||
this.state.events = this.events;
|
||||
this.state.load = this.load;
|
||||
|
|
Loading…
Reference in a new issue