itsTripp / Platformer_Shooter

0 stars 3 forks source link

Add Animations To Player #25

Closed itsTripp closed 2 years ago

itsTripp commented 2 years ago

Add the following animations to the player:

Run Jump Double Jump Damage Taken Death

itsTripp commented 2 years ago

Run, Jump, and Damage Taken are currently wired in. The animations themselves will most likely be tweaked, but the core wires are connected for these animations.

Double Jump and Death are next to work on.

itsTripp commented 2 years ago

All animations for the player have been integrated into the game. Unity_8zDP6LcQdw

itsTripp commented 2 years ago

I updated the collision on the animations to align with the player being able to take damage and it does not look odd with the player being hit by a projectile that is 2 units above its head.