SimpleAnimation mAnimation
Used animation for this particle.
bool update() override
Updates particle position, returns false when the particle should be deleted.
AnimationParticle(Map *map, Animation animation)
~AnimationParticle() override
A particle that uses an image for its visualization.
Image * mImage
The image used for this particle.
virtual bool update()
Updates particle position, returns false when the particle should be deleted.