diff options
author | Joshua Langley <joshlangley[at]optusnet.com.au> | 2007-08-20 07:07:23 +0000 |
---|---|---|
committer | Joshua Langley <joshlangley[at]optusnet.com.au> | 2007-08-20 07:07:23 +0000 |
commit | 148b62c05337eaaaf3a1ead212b3792122812cee (patch) | |
tree | a56e3e20b635f7f4ab53b55887103ae711558297 /src/particle.h | |
parent | c322e6eac2373358c04e7bd70c8e0fc1bcfb37db (diff) | |
download | mana-148b62c05337eaaaf3a1ead212b3792122812cee.tar.gz mana-148b62c05337eaaaf3a1ead212b3792122812cee.tar.bz2 mana-148b62c05337eaaaf3a1ead212b3792122812cee.tar.xz mana-148b62c05337eaaaf3a1ead212b3792122812cee.zip |
Added monster killed xp notification effect.
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 |