added more animations to the list
parent
d17bc77f6c
commit
466119907a
|
@ -105,6 +105,12 @@ pub enum AnimationType
|
|||
AirBackDash,
|
||||
Running,
|
||||
BackDashing,
|
||||
// damage, universal
|
||||
SoftKD,
|
||||
HardKD,
|
||||
QuickRise,
|
||||
HardKDStand,
|
||||
SoftKDStand,
|
||||
// Normals, Universal
|
||||
StandLP,
|
||||
StandMP,
|
||||
|
@ -124,6 +130,13 @@ pub enum AnimationType
|
|||
AirLK,
|
||||
AirMK,
|
||||
AirHK,
|
||||
// Throws, Universal they were given extra animaton to allow more complexity
|
||||
Throw01,
|
||||
Throw02,
|
||||
Throw03,
|
||||
Throw04,
|
||||
Throw05,
|
||||
ThrowTech,
|
||||
// hit animations, expect more complicated ones to show up, Universal
|
||||
CrouchHit,
|
||||
StandHit,
|
||||
|
|
Loading…
Reference in New Issue