|
sgdk
|
Single VDP sprite info structure for sprite animation frame. More...
#include <sprite_eng.h>
Public Attributes | |
| u8 | numTile |
| u8 | offsetY |
| u8 | offsetYFlip |
| u8 | size |
| u8 | offsetX |
| u8 | offsetXFlip |
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 |
| offsetYFlip | Y offset (flip version) 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 |
| offsetXFlip | X offset (flip version) for this VDP sprite relative to global Sprite position |