The following is a simple approach to create an animated character sprite in your Pygame project. You can see the completed method in the file animated_character_easy.py. Here's what the above ...
This file controls all of our animation processes. It takes in our .aseprite files and parses them into bits and then creates an empty pygame surface for the animation to be drawn on for each bit. It ...