Atributos públicos | |
world | world |
World where the sprite has been attached. | |
display | display |
A display where the sprite has to draw himself. | |
int | y |
The position. | |
int | h |
The dimansions. | |
int | lifetime |
How many world steps this have to last. | |
SDL_Surface * | old |
How looked the display before the blit. | |
SDL_Surface * | sprites |
The actual graphic to put. | |
int | nsprites |
Numver of sprite in sprites.(could be several arranged in some way). | |
id | id |
The id of the object.Have to be uniqe. | |
int | step |
Number of steps of life. |