diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-11 01:07:16 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-11 01:07:16 -0200 |
commit | 8d57b8179ff6c132df850e591faf559de6f4520b (patch) | |
tree | 6a06f9323cc8050536d3eff6269c1c0c368075e8 /graphics | |
parent | 9b4d49b5287d5fba41448e3262dd6e7e00db5aad (diff) | |
download | clientdata-8d57b8179ff6c132df850e591faf559de6f4520b.tar.gz clientdata-8d57b8179ff6c132df850e591faf559de6f4520b.tar.bz2 clientdata-8d57b8179ff6c132df850e591faf559de6f4520b.tar.xz clientdata-8d57b8179ff6c132df850e591faf559de6f4520b.zip |
Change "sit" to comply with "sittop" image settings.
This commit may be reverted later.
Diffstat (limited to 'graphics')
-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> |