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

Animation System should allow Multiple Animations per State #5

Open
Barryrowe opened this issue Jun 4, 2016 · 0 comments
Open

Animation System should allow Multiple Animations per State #5

Barryrowe opened this issue Jun 4, 2016 · 0 comments
Assignees
Milestone

Comments

@Barryrowe
Copy link
Member

It would be convenient to allow multiple animations to be running for a single state on an entity. Right now to achieve this you have to create multiple enities each with their own AnimationComponent and update all when a state changes.

Unclear if this is a good enhancement yet, or if the current system works better since it forces animations to be tied to their own transform (which makes offsetting them easier, but makes managing all the states harder when they should be in sync).

@Barryrowe Barryrowe added this to the v1.0.0 milestone Jun 4, 2016
@Barryrowe Barryrowe self-assigned this Jun 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant