Expose the GameObjectCreator.

This commit is contained in:
Richard Davey 2017-04-11 02:48:55 +01:00
parent 05920eae8e
commit 2c4a697665

View file

@ -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;