aboutsummaryrefslogtreecommitdiff
path: root/src/player.s
Commit message (Expand)AuthorAgeFilesLines
* Implement hoverMiquel Sabaté Solà2025-04-021-0/+12
* Rename throttle to the proper wordingMiquel Sabaté Solà2025-04-021-19/+19
* Full stop when not moving on walking stateMiquel Sabaté Solà2025-04-021-3/+8
* Switch to a throttle state when fallingMiquel Sabaté Solà2025-04-021-0/+22
* Adapt velocity constants for PALMiquel Sabaté Solà2025-04-021-13/+9
* player: First PAL implementationMiquel Sabaté Solà2025-04-021-7/+48
* player: Implement background collisionMiquel Sabaté Solà2025-04-011-61/+199
* player: Inline the position to screen translationMiquel Sabaté Solà2025-03-201-49/+35
* Add walking animationMiquel Sabaté Solà2025-03-201-11/+87
* player: Add initial code for horizontal motionMiquel Sabaté Solà2025-03-201-15/+92
* player: Update its sprites on heading and throttleMiquel Sabaté Solà2025-03-191-54/+143
* Expanded ground collision to the other platformsMiquel Sabaté Solà2025-03-181-34/+101
* Add basic vertical movementMiquel Sabaté Solà2025-03-171-0/+317