summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-23feat Subdivide collision detectionFrederico Linhares
* src/rect.c (cg_cRect_align_vertically, cg_cRect_align_horizontally): Collision detection consists of two different algorithms that detect if two boxes are aligned vertically and horizontally. Now those two algorithms can be used separately.
2022-05-23feat Create AnimationFrederico Linhares
2022-05-11feat Create Menu::StackFrederico Linhares
2022-04-06Initial commitFrederico Linhares