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 ...
This repository contains two simple animation projects using Pygame: link_animation and mario_animation. Both projects showcase animations based on spritesheets, created using the Pygame library in ...