added more animations to the list

pull/4/head
Milk.H 2024-04-27 10:12:35 +01:00
parent d17bc77f6c
commit 466119907a
Signed by: milk
GPG Key ID: 94C7CB70FFF80593
1 changed files with 13 additions and 0 deletions

View File

@ -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,