summaryrefslogtreecommitdiff
path: root/Week1-Pacman/src/animation.c
AgeCommit message (Collapse)Author
2025-01-03Minor optimizationBoredGuy
Animations can now share a single texture
2024-12-30Smoother MovementBoredGuy
Tis all
2024-12-14UpdateBoredGuy
- Finish animation system - Fix bug where leftward/upward movement was slightly faster than downward/forward movement
2024-12-14Animation system updatesBoredGuy
- implement draw_animation - add dpi scaling
2024-12-13Initial CommitBoredGuy