diff options
author | Alige <aligetmw@hotmail.fr> | 2012-06-02 16:20:21 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-06-02 16:20:21 +0200 |
commit | 20c55f76999711f35118ee095e2ce2fd96ded0c2 (patch) | |
tree | ea2095e392d14482b608a4d65d97d9e13d8dbeba /graphics/sprites/emote.xml | |
parent | 493dfb1bf2092b5b7ead4fec68ffb38c650f2404 (diff) | |
download | clientdata-20c55f76999711f35118ee095e2ce2fd96ded0c2.tar.gz clientdata-20c55f76999711f35118ee095e2ce2fd96ded0c2.tar.bz2 clientdata-20c55f76999711f35118ee095e2ce2fd96ded0c2.tar.xz clientdata-20c55f76999711f35118ee095e2ce2fd96ded0c2.zip |
Reworked all XML files by replacing whitespaces by tabs.
Particle XML files will be done later.
Diffstat (limited to 'graphics/sprites/emote.xml')
-rw-r--r-- | graphics/sprites/emote.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/graphics/sprites/emote.xml b/graphics/sprites/emote.xml index c2b42ed1..faaee739 100644 --- a/graphics/sprites/emote.xml +++ b/graphics/sprites/emote.xml @@ -1,12 +1,14 @@ <?xml version="1.0"?> -<!-- Original Author possible tmw, tmw br, ufb projects -Copyright (C) 2010-2012 Evol Online --> + +<!-- Author from TMW, TMW BR or UFB projects. +Copyright (C) 2010-2012 Evol Online --> + <sprite variants="15" variant_offset="1"> - <imageset name="base" src="graphics/sprites/emote.png" width="30" height="32" /> + <imageset name="emote" src="graphics/sprites/emote.png" width="30" height="32"/> - <action name="stand" imageset="base"> + <action name="stand" imageset="emote"> <animation direction="default"> - <frame index="0" /> + <frame index="0"/> </animation> </action> </sprite> |