diff options
Diffstat (limited to 'src/particle.h')
-rw-r--r-- | src/particle.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/particle.h b/src/particle.h index 9e9223c7..6d180ecc 100644 --- a/src/particle.h +++ b/src/particle.h @@ -125,6 +125,13 @@ class Particle : public Sprite gcn::Font *font, int x, int y); /** + * Creates a standalone text particle. + */ + Particle* + addTextRiseFadeOutEffect(std::string text, gcn::Font *font, + int x, int y); + + /** * Adds an emitter to the particle. */ void |