summaryrefslogtreecommitdiff
path: root/Week1-Pacman/src/main.c
AgeCommit message (Collapse)Author
2024-12-17Fix embarrassing bugBoredGuy
- The position and size of the source rectangle for animations was dependent on the display scale, this is incredibly stupid and shouldn't have happened.
2024-12-14UpdateBoredGuy
- Finish animation system - Fix bug where leftward/upward movement was slightly faster than downward/forward movement
2024-12-13Initial CommitBoredGuy