diff options
Diffstat (limited to 'graphics/sprites/hairstyles/hairstyle13.xml')
-rw-r--r-- | graphics/sprites/hairstyles/hairstyle13.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/graphics/sprites/hairstyles/hairstyle13.xml b/graphics/sprites/hairstyles/hairstyle13.xml index 5f55af5b..4d2b8c3a 100644 --- a/graphics/sprites/hairstyles/hairstyle13.xml +++ b/graphics/sprites/hairstyles/hairstyle13.xml @@ -108,7 +108,6 @@ Copyright (C) 2010-2011 Evol Online --> <action name="sit" imageset="base"> <animation direction="down"> - <!-- Old offsetY value was at "-17" before the add of the new sit frames.--> <frame index="0" offsetY="-22"/> </animation> <animation direction="left"> @@ -122,6 +121,22 @@ Copyright (C) 2010-2011 Evol Online --> </animation> </action> + <action name="sittop" imageset="base"> + <animation direction="down"> + <frame index="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="3" offsetX="7" offsetY="-24"/> + </animation> + <animation direction="up"> + <frame index="6" offsetX="4" offsetY="-25"/> + </animation> + <animation direction="right"> + <frame index="9" offsetX="-3" offsetY="-24"/> + </animation> + </action> + + <action name="dead" imageset="base"> <animation direction="default"> <frame index="12" offsetX="23" offsetY="-8"/> |