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/sprites/emote.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/sprites/emote.xml')
-rw-r--r-- | graphics/sprites/emote.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/sprites/emote.xml b/graphics/sprites/emote.xml index 07a8a5c9..37b1b20f 100644 --- a/graphics/sprites/emote.xml +++ b/graphics/sprites/emote.xml @@ -1,10 +1,11 @@ <?xml version="1.0"?> -<sprite variants="15" variant_offset="1"> - <imageset name="base" src="graphics/sprites/emotions.png" width="30" height="32" /> +<sprite variants="42" variant_offset="1"> + <imageset name="emotes" src="graphics/sprites/emote.png" width="30" height="32"/> - <action name="stand" imageset="base"> + <action name="stand" imageset="emotes"> <animation direction="default"> - <frame index="0" /> + <frame index="0"/> </animation> </action> + </sprite> |