Value:{ \
.idle = ANIM_Fuzzy_Forest_Walk, \
.walk = ANIM_Fuzzy_Forest_Walk, \
.run = ANIM_Fuzzy_Forest_Run, \
.chase = ANIM_Fuzzy_Forest_Run, \
.anim_4 = ANIM_Fuzzy_Forest_Idle, \
.anim_5 = ANIM_Fuzzy_Forest_Idle, \
.death = ANIM_Fuzzy_Forest_Hurt, \
.hit = ANIM_Fuzzy_Forest_Hurt, \
.anim_8 = ANIM_Fuzzy_Forest_Run, \
.anim_9 = ANIM_Fuzzy_Forest_Run, \
.anim_A = ANIM_Fuzzy_Forest_Run, \
.anim_B = ANIM_Fuzzy_Forest_Run, \
.anim_C = ANIM_Fuzzy_Forest_Run, \
.anim_D = ANIM_Fuzzy_Forest_Run, \
.anim_E = ANIM_Fuzzy_Forest_Run, \
.anim_F = ANIM_Fuzzy_Forest_Run, \
}
Definition at line 17 of file ForestFuzzy.h.
17#define FOREST_FUZZY_ANIMS \
18{ \
19 .idle = ANIM_Fuzzy_Forest_Walk, \
20 .walk = ANIM_Fuzzy_Forest_Walk, \
21 .run = ANIM_Fuzzy_Forest_Run, \
22 .chase = ANIM_Fuzzy_Forest_Run, \
23 .anim_4 = ANIM_Fuzzy_Forest_Idle, \
24 .anim_5 = ANIM_Fuzzy_Forest_Idle, \
25 .death = ANIM_Fuzzy_Forest_Hurt, \
26 .hit = ANIM_Fuzzy_Forest_Hurt, \
27 .anim_8 = ANIM_Fuzzy_Forest_Run, \
28 .anim_9 = ANIM_Fuzzy_Forest_Run, \
29 .anim_A = ANIM_Fuzzy_Forest_Run, \
30 .anim_B = ANIM_Fuzzy_Forest_Run, \
31 .anim_C = ANIM_Fuzzy_Forest_Run, \
32 .anim_D = ANIM_Fuzzy_Forest_Run, \
33 .anim_E = ANIM_Fuzzy_Forest_Run, \
34 .anim_F = ANIM_Fuzzy_Forest_Run, \
35}