diff options
author | alige Ali-G <aligetmw@hotmail.fr> | 2012-05-10 19:13:29 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-05-23 13:09:25 +0200 |
commit | a07dd8868945374222a917b75f037793dc5de251 (patch) | |
tree | aa258bf4da26851a42b13d4f20ddf860a5a3293e /graphics/emotes/heart.xml | |
parent | 062541b05aac72ce19bdce5d4e16218cbb42773b (diff) | |
download | clientdata-a07dd8868945374222a917b75f037793dc5de251.tar.gz clientdata-a07dd8868945374222a917b75f037793dc5de251.tar.bz2 clientdata-a07dd8868945374222a917b75f037793dc5de251.tar.xz clientdata-a07dd8868945374222a917b75f037793dc5de251.zip |
Added a new set of emotes. Most of them were taken from manaplus.
Changed the emotes location from graphics/particles/emotes/ to graphics/emotes/.
Diffstat (limited to 'graphics/emotes/heart.xml')
-rw-r--r-- | graphics/emotes/heart.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/emotes/heart.xml b/graphics/emotes/heart.xml new file mode 100644 index 00000000..079063a7 --- /dev/null +++ b/graphics/emotes/heart.xml @@ -0,0 +1,18 @@ +<?xml version="1.0"?>
+<effect>
+ <particle
+ position-x="0" position-y="0" position-z="105" lifetime="5">
+ <emitter>
+ <property name="position-x" value="0"/>
+ <property name="position-y" value="0"/>
+ <property name="position-z" value="-32"/>
+ <property name="lifetime" value="150"/>
+ <property name="fade-out" value="80"/>
+ <property name="gravity" value="-0.005"/>
+ <animation imageset="graphics/emotes/heart.png" width="30" height="32">
+ <frame index="0"/>
+ </animation>
+ <property name="follow-parent"/>
+ </emitter>
+ </particle>
+</effect> |