diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2009-09-27 18:06:54 +0200 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2009-09-27 18:06:54 +0200 |
commit | ab3f96a207c501efe95b8f53d4c93a75166cc056 (patch) | |
tree | e70d232a2c38536a4655be640364a92046c4e1a5 /graphics/particles/emote-upset.particle.xml | |
parent | 0e400786ea34e08b6c81e2f302100651755e1064 (diff) | |
download | clientdata-ab3f96a207c501efe95b8f53d4c93a75166cc056.tar.gz clientdata-ab3f96a207c501efe95b8f53d4c93a75166cc056.tar.bz2 clientdata-ab3f96a207c501efe95b8f53d4c93a75166cc056.tar.xz clientdata-ab3f96a207c501efe95b8f53d4c93a75166cc056.zip |
Emotion particle effects for TMWServ emotion special support.
Diffstat (limited to 'graphics/particles/emote-upset.particle.xml')
-rw-r--r-- | graphics/particles/emote-upset.particle.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/particles/emote-upset.particle.xml b/graphics/particles/emote-upset.particle.xml new file mode 100644 index 00000000..8016e446 --- /dev/null +++ b/graphics/particles/emote-upset.particle.xml @@ -0,0 +1,22 @@ +<effect>
+ <particle
+ position-x = "0"
+ position-y = "0"
+ position-z = "96"
+ lifetime = "1"
+ >
+ <emitter>
+ <property name="position-x" value="0"/>
+ <property name="position-y" value="0"/>
+ <property name="position-z" value="-32"/>
+ <property name="lifetime" value="360"/>
+ <property name="fade-out" value="20" />
+ <property name="acceleration" value="0.06" />
+ <property name="momentum" value="0.993" />
+ <animation imageset="graphics/sprites/emotions.png" width="30" height="32">
+ <frame index="10" delay="1000"/>
+ </animation>
+ <property name="follow-parent" />
+ </emitter>
+ </particle>
+</effect>
|