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

Add support for alternate sprite animation #39

Open
paulossilva opened this issue Sep 21, 2020 · 0 comments
Open

Add support for alternate sprite animation #39

paulossilva opened this issue Sep 21, 2020 · 0 comments

Comments

@paulossilva
Copy link

paulossilva commented Sep 21, 2020

During the course of an animation we may need to change a subset of sprite patterns used in the animation or change some rules applied to the animation.

It would be nice to add support for a second (alternate) set of animation frames, which would replace the first (principal) set after a configurable number of frames or even by pressing a shortcut key.

The requirement for this feature is to create an optional set of frames for the alternate set, like a new tab in the UI providing all the existing features already available.

This would be the case for the animation an alien flying in a spaceship and turning his head every few frames. We would need a set of frames for doing the alien flying with his head turned to one direction and an alternate set to do the opposite direction (note that the spaceship keeps moving in the same direction regardless the alien's head position).

I agree this is an extra mile target :-)

@remy remy added the animation label Sep 25, 2020
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

2 participants