summaryrefslogtreecommitdiff
path: root/src/particle.h
diff options
context:
space:
mode:
authorJoshua Langley <joshlangley[at]optusnet.com.au>2007-08-20 07:07:23 +0000
committerJoshua Langley <joshlangley[at]optusnet.com.au>2007-08-20 07:07:23 +0000
commit148b62c05337eaaaf3a1ead212b3792122812cee (patch)
treea56e3e20b635f7f4ab53b55887103ae711558297 /src/particle.h
parentc322e6eac2373358c04e7bd70c8e0fc1bcfb37db (diff)
downloadmana-client-148b62c05337eaaaf3a1ead212b3792122812cee.tar.gz
mana-client-148b62c05337eaaaf3a1ead212b3792122812cee.tar.bz2
mana-client-148b62c05337eaaaf3a1ead212b3792122812cee.tar.xz
mana-client-148b62c05337eaaaf3a1ead212b3792122812cee.zip
Added monster killed xp notification effect.
Diffstat (limited to 'src/particle.h')
-rw-r--r--src/particle.h7
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