Value:{ \
.idle = ANIM_Cleft_Anim02, \
.walk = ANIM_Cleft_Anim06, \
.run = ANIM_Cleft_Anim07, \
.chase = ANIM_Cleft_Anim07, \
.anim_4 = ANIM_Cleft_Anim02, \
.anim_5 = ANIM_Cleft_Anim02, \
.death = ANIM_Cleft_Anim08, \
.hit = ANIM_Cleft_Anim08, \
.anim_8 = ANIM_Cleft_Anim14, \
.anim_9 = ANIM_Cleft_Anim17, \
.anim_A = ANIM_Cleft_Anim13, \
.anim_B = ANIM_Cleft_Anim15, \
.anim_C = ANIM_Cleft_Anim10, \
.anim_D = ANIM_Cleft_Anim11, \
.anim_E = ANIM_Cleft_Anim16, \
.anim_F = ANIM_Cleft_Anim00, \
}
Definition at line 13 of file Cleft.h.
13#define CLEFT_ANIMS \
14{ \
15 .idle = ANIM_Cleft_Anim02, \
16 .walk = ANIM_Cleft_Anim06, \
17 .run = ANIM_Cleft_Anim07, \
18 .chase = ANIM_Cleft_Anim07, \
19 .anim_4 = ANIM_Cleft_Anim02, \
20 .anim_5 = ANIM_Cleft_Anim02, \
21 .death = ANIM_Cleft_Anim08, \
22 .hit = ANIM_Cleft_Anim08, \
23 .anim_8 = ANIM_Cleft_Anim14, \
24 .anim_9 = ANIM_Cleft_Anim17, \
25 .anim_A = ANIM_Cleft_Anim13, \
26 .anim_B = ANIM_Cleft_Anim15, \
27 .anim_C = ANIM_Cleft_Anim10, \
28 .anim_D = ANIM_Cleft_Anim11, \
29 .anim_E = ANIM_Cleft_Anim16, \
30 .anim_F = ANIM_Cleft_Anim00, \
31}