I want to make animations based on a sprite sheet, but I'm stuck implementing it.
The key things I need my code to do are:
- Play through a set of images once (e.g. a jump animation)
- Loop through a set of images continuously (e.g. a walking animation)
- Change an animation's speed
How can I implement such a system?
No comments:
Post a Comment