diff options
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/hairstyles/hairstyle01.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/hairstyles/hairstyle13.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/races/human-male.xml | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/sprites/hairstyles/hairstyle01.xml b/graphics/sprites/hairstyles/hairstyle01.xml index 52fd83e4..354a2ecc 100644 --- a/graphics/sprites/hairstyles/hairstyle01.xml +++ b/graphics/sprites/hairstyles/hairstyle01.xml @@ -107,7 +107,7 @@ Copyright (C) 2012-2016 Evol Online --> <action name="sit" imageset="base"> <animation direction="down"> - <frame index="0" offsetY="-22"/> + <frame index="0" offsetY="-17"/> </animation> <animation direction="left"> <frame index="1" offsetX="4" offsetY="-20"/> diff --git a/graphics/sprites/hairstyles/hairstyle13.xml b/graphics/sprites/hairstyles/hairstyle13.xml index caa00823..565a0793 100644 --- a/graphics/sprites/hairstyles/hairstyle13.xml +++ b/graphics/sprites/hairstyles/hairstyle13.xml @@ -110,7 +110,7 @@ Copyright (C) 2012 Evol Online --> <action name="sit" imageset="base"> <animation direction="down"> - <frame index="0" offsetY="-26" offsetX="3"/> + <frame index="0" offsetY="-21" offsetX="3"/> </animation> <animation direction="left"> <frame index="3" offsetX="7" offsetY="-24"/> diff --git a/graphics/sprites/races/human-male.xml b/graphics/sprites/races/human-male.xml index 1f99a17e..9dfcd1d9 100644 --- a/graphics/sprites/races/human-male.xml +++ b/graphics/sprites/races/human-male.xml @@ -77,16 +77,16 @@ Copyright (C) 2012-2013 Evol Online --> <action name="sit" imageset="base"> <animation direction="down"> - <frame index="68"/> + <frame index="64"/><!-- 68~71 are sit2 --> </animation> <animation direction="left"> - <frame index="69"/> + <frame index="65"/> </animation> <animation direction="up"> - <frame index="70"/> + <frame index="66"/> </animation> <animation direction="right"> - <frame index="71"/> + <frame index="67"/> </animation> </action> |