I’m currently looking for a good way to animate SpriteSheets. I understand the basics of how to go from frame to frame over a given duration and everything. However I need some advanced capability that I just can’t figure out myself.
I need to be able to start new animations when an animation is over, etc. For example, have an animation where the player starts walking, one looping walk animation, and one where the player stops walking, then goes back to the idle one.
Is there some library that would be able to do this, or can someone point in the right direction? I’m completely lost on where to go with this.