aboutsummaryrefslogtreecommitdiff
path: root/src/background.s
Commit message (Collapse)AuthorAgeFilesLines
* player: Implement background collisionMiquel Sabaté Solà2025-04-011-0/+73
| | | | | | | This adds a first implementation of collision checks between the player and the background. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Expanded ground collision to the other platformsMiquel Sabaté Solà2025-03-181-0/+28
This comes with a more general approach to handle background collision. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>