OrangeRedYellowGames / deflectomania

Deflectomania, an Orange Red Yellow Game, is our first game prototype to be submitted as part of GameOff 2022.
MIT License
2 stars 0 forks source link

Player animations #44

Open ychamel opened 1 year ago

ychamel commented 1 year ago

added animation controller for the player with idle/walk/jump/throw animations. Added a ball sprite sheet to later replace bullets. To use the animation replace the player controller with the new PlayerController. Integration with the Player controller still required, need updates for walking state, trigger for jumping, and trigger for shooting(throw).