sgdk
|
Single VDP sprite info structure for sprite animation frame. More...
#include <sprite_eng.h>
Public Attributes | |
u8 | numTile |
s8 | offsetY |
u8 | size |
s8 | offsetX |
Single VDP sprite info structure for sprite animation frame.
numTile | number of tile for this VDP sprite (should be coherent with the given size field) |
offsetY | Y offset for this VDP sprite relative to global Sprite position |
size | sprite size (see SPRITE_SIZE macro) |
offsetX | X offset for this VDP sprite relative to global Sprite position |