diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-02 17:50:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-02 17:50:53 +0300 |
commit | 600a32a0190e0e0c5dbb67959be0bd33980eaa0d (patch) | |
tree | 9d3d648fe4ab84cc2025e36eadda3fba1fb1b5c4 /graphics/sprites/equipment/head | |
parent | 9f7d53bbb4f1eadf79d6ead094687f6a4eb11fbc (diff) | |
download | clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.tar.gz clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.tar.bz2 clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.tar.xz clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.zip |
Revert "Reworked all XML files by replacing whitespaces by tabs."
This reverts commit 20c55f76999711f35118ee095e2ce2fd96ded0c2.
Diffstat (limited to 'graphics/sprites/equipment/head')
-rw-r--r-- | graphics/sprites/equipment/head/bandana.xml | 64 |
1 files changed, 31 insertions, 33 deletions
diff --git a/graphics/sprites/equipment/head/bandana.xml b/graphics/sprites/equipment/head/bandana.xml index 014cd35a..c7fed88f 100644 --- a/graphics/sprites/equipment/head/bandana.xml +++ b/graphics/sprites/equipment/head/bandana.xml @@ -1,8 +1,6 @@ <?xml version="1.0"?> - -<!-- Author from TMW, TMW BR or UFB projects. +<!-- Original author from TMW, TMW BR or UFB projects. Copyright (C) 2010-2011 Evol Online --> - <sprite> <imageset name="base" src="graphics/sprites/equipment/head/bandana.png" width="29" height="21"/> @@ -21,36 +19,6 @@ Copyright (C) 2010-2011 Evol Online --> </animation> </action> - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetY="-31"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY="-29"/> - </animation> - <animation direction="up"> - <frame index="2" offsetY="-30"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY="-29"/> - </animation> - </action> - - <action name="sittop" imageset="base"> - <animation direction="down"> - <frame index="0" offsetY="-26"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="4" offsetY="-29"/> - </animation> - <animation direction="up"> - <frame index="2" offsetY="-30"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY="-29"/> - </animation> - </action> - <action name="walk" imageset="base"> <animation direction="down"> <frame index="0" offsetY="-37" delay="75"/> @@ -135,6 +103,36 @@ Copyright (C) 2010-2011 Evol Online --> </animation> </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-31"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetY="-30"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-29"/> + </animation> + </action> + + <action name="sittop" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-26"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="4" offsetY="-29"/> + </animation> + <animation direction="up"> + <frame index="2" offsetY="-30"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-29"/> + </animation> + </action> + <action name="dead" imageset="base"> <animation direction="default"> <frame index="4" offsetX="19" offsetY="-17"/> |