ucsd-cse125-sp24 / group5

A character-based ability shooter 2v2 heavily inspired by Four Seasons
https://cse125.ucsd.edu/2024/cse125g5
6 stars 0 forks source link

Animation updates #21

Closed Melody-Ruth closed 1 month ago

Melody-Ruth commented 1 month ago

We use the walking animation if the player is moving horizontally, the jumping animation if they are in the air and aren't moving horizontally, and the idle animation if neither of those things are true. I can adjust these if people want to do something else (e.g. I could prioritize the jumping animation over the walking animation instead of vice versa).