diff options
Diffstat (limited to 'graphics/sprites/equipment/head/bandana.xml')
-rw-r--r-- | graphics/sprites/equipment/head/bandana.xml | 64 |
1 files changed, 33 insertions, 31 deletions
diff --git a/graphics/sprites/equipment/head/bandana.xml b/graphics/sprites/equipment/head/bandana.xml index c7fed88f..014cd35a 100644 --- a/graphics/sprites/equipment/head/bandana.xml +++ b/graphics/sprites/equipment/head/bandana.xml @@ -1,6 +1,8 @@ <?xml version="1.0"?> -<!-- Original author from TMW, TMW BR or UFB projects. + +<!-- 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"/> @@ -19,6 +21,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="walk" imageset="base"> <animation direction="down"> <frame index="0" offsetY="-37" delay="75"/> @@ -103,36 +135,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="dead" imageset="base"> <animation direction="default"> <frame index="4" offsetX="19" offsetY="-17"/> |