sgdk
FrameVDPSprite Struct Reference

Single VDP sprite info structure for sprite animation frame. More...

#include <sprite_eng.h>

List of all members.

Public Attributes

u8 numTile
s8 offsetY
u8 size
s8 offsetX

Detailed Description

Single VDP sprite info structure for sprite animation frame.

Parameters:
numTilenumber of tile for this VDP sprite (should be coherent with the given size field)
offsetYY offset for this VDP sprite relative to global Sprite position
sizesprite size (see SPRITE_SIZE macro)
offsetXX offset for this VDP sprite relative to global Sprite position

The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines