threedollarbill 7 Posted July 20, 2016 Report Share Posted July 20, 2016 Is there a difference between the two? Which one is recommended to use? this.game.make.tween(obj); // or this.game.add.tween(obj); Quote Link to post Share on other sites
SolitudeX 1 Posted July 21, 2016 Report Share Posted July 21, 2016 The GameObjectFactory is a quick way to create many common game objects using game.add. Created objects are automatically added to the appropriate Manager, World, or manually specified parent Group. The GameObjectCreator is a quick way to create common game objects without adding them to the game world. The object creator can be accessed with game.make. VitaZheltyakov 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.