Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need game.add() helper method #33

Closed
jessefreeman opened this issue May 19, 2013 · 1 comment
Closed

Need game.add() helper method #33

jessefreeman opened this issue May 19, 2013 · 1 comment

Comments

@jessefreeman
Copy link

Flixel had a helper method called add() which quickly allowed you to add sprites to the world without having to talk to the world directly. Currently there are a bunch of create helper methods but no simple way to add something created manually such as custom sprites.

@photonstorm
Copy link
Collaborator

This is now available via the GameObjectFactory. It's not quite as concise as add(), but not far off and much easier than dealing with the world directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants