|
Mana
|
A single frame in an animation, with a delay and an offset. More...
#include <animation.h>
Public Attributes | |
| Image * | image |
| int | delay |
| int | offsetX |
| int | offsetY |
A single frame in an animation, with a delay and an offset.
Definition at line 34 of file animation.h.
| int Frame::delay |
Definition at line 37 of file animation.h.
| Image* Frame::image |
Definition at line 36 of file animation.h.
| int Frame::offsetX |
Definition at line 38 of file animation.h.
| int Frame::offsetY |
Definition at line 39 of file animation.h.