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/particles/emotes/emote-wink.particle.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/particles/emotes/emote-wink.particle.xml')
-rw-r--r-- | graphics/particles/emotes/emote-wink.particle.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/graphics/particles/emotes/emote-wink.particle.xml b/graphics/particles/emotes/emote-wink.particle.xml deleted file mode 100644 index b217a649..00000000 --- a/graphics/particles/emotes/emote-wink.particle.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0"?>
-<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="80"/>
- <property name="fade-out" value="50" />
- <property name="gravity" value="-0.02" />
-
- <animation imageset="graphics/particles/emotes/wink.png" width="30" height="32">
- <frame index="0" />
- </animation>
- <property name="follow-parent" />
- </emitter>
- </particle>
-</effect>
|