CF_PlayDirection¶
Category: sprite
GitHub: cute_sprite.h
The direction a sprite plays frames.
Values¶
| Enum | Description |
|---|---|
CF_PLAY_DIRECTION_FORWARDS |
Flips through the frames of an animation forwards. |
CF_PLAY_DIRECTION_BACKWARDS |
Flips through the frames of an animation backwards. |
CF_PLAY_DIRECTION_PINGPONG |
Flips through the frames of an animation forwards, then backwards, repeating. |