#include <tileanim.h>
Public Member Functions | |
void | draw (Image *dest, Tile *tile, MapTile &mapTile) override |
bool | drawsTile () const override |
Protected Attributes | |
int | _currentFrame |
Additional Inherited Members | |
Static Public Member Functions inherited from Ultima::Ultima4::TileAnimTransform | |
static TileAnimTransform * | create (const ConfigElement &config) |
static RGBA * | loadColorFromConf (const ConfigElement &conf) |
Public Attributes inherited from Ultima::Ultima4::TileAnimTransform | |
int | _random |
A tile animation transformation that advances the tile's frame by 1.
|
overridevirtual |
Advance the frame by one and draw it!
Implements Ultima::Ultima4::TileAnimTransform.