sgdk
|
Sprite animation structure. More...
#include <sprite_eng.h>
Public Attributes | |
u8 | numFrame |
u8 | loop |
AnimationFrame ** | frames |
Sprite animation structure.
numFrame | number of different frame for this animation (max = 255) |
loop | frame index for loop (last index if no loop) |
frames | frames composing the animation |