diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-11 13:35:48 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-11 13:35:48 +0100 |
commit | 0f3375541a4332ff1ab8e4ee97e0e6b0f1ffec80 (patch) | |
tree | 5c1fd946adc5f766dfe1aa3e4c01f8d3bbe1b857 /graphics | |
parent | 5aa68ac4e59e857611f6be257e05a41d3923f253 (diff) | |
parent | 49e731907a5377496d081be4f3366a4d4bdb36ca (diff) | |
download | clientdata-0f3375541a4332ff1ab8e4ee97e0e6b0f1ffec80.tar.gz clientdata-0f3375541a4332ff1ab8e4ee97e0e6b0f1ffec80.tar.bz2 clientdata-0f3375541a4332ff1ab8e4ee97e0e6b0f1ffec80.tar.xz clientdata-0f3375541a4332ff1ab8e4ee97e0e6b0f1ffec80.zip |
Merge branch 'master' of gitlab.com:TMW2/clientdata
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> |