diff options
-rw-r--r-- | graphics/sprites/equipment/chest/cottonshirt-male.png | bin | 13006 -> 25983 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/chest/shirt-male.png | bin | 21299 -> 21639 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/chest/tanktop-male.png | bin | 15751 -> 17226 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/feet/boots-male.png | bin | 8920 -> 16450 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/bandana hat.xml | 3 | ||||
-rw-r--r-- | graphics/sprites/equipment/leg/shorts-male.png | bin | 6883 -> 10141 bytes | |||
-rw-r--r-- | graphics/sprites/hairstyles/hairstyle1.xml | 5 | ||||
-rw-r--r-- | graphics/sprites/players/human_male_base.png | bin | 65327 -> 65070 bytes | |||
-rw-r--r-- | graphics/sprites/players/human_male_base.xml | 2 |
9 files changed, 6 insertions, 4 deletions
diff --git a/graphics/sprites/equipment/chest/cottonshirt-male.png b/graphics/sprites/equipment/chest/cottonshirt-male.png Binary files differindex 3d862697..8dfc98a9 100644 --- a/graphics/sprites/equipment/chest/cottonshirt-male.png +++ b/graphics/sprites/equipment/chest/cottonshirt-male.png diff --git a/graphics/sprites/equipment/chest/shirt-male.png b/graphics/sprites/equipment/chest/shirt-male.png Binary files differindex f204e077..59ac3b0a 100644 --- a/graphics/sprites/equipment/chest/shirt-male.png +++ b/graphics/sprites/equipment/chest/shirt-male.png diff --git a/graphics/sprites/equipment/chest/tanktop-male.png b/graphics/sprites/equipment/chest/tanktop-male.png Binary files differindex 4520756c..bfed6c24 100644 --- a/graphics/sprites/equipment/chest/tanktop-male.png +++ b/graphics/sprites/equipment/chest/tanktop-male.png diff --git a/graphics/sprites/equipment/feet/boots-male.png b/graphics/sprites/equipment/feet/boots-male.png Binary files differindex 008ccb84..cf900af0 100644 --- a/graphics/sprites/equipment/feet/boots-male.png +++ b/graphics/sprites/equipment/feet/boots-male.png diff --git a/graphics/sprites/equipment/head/bandana hat.xml b/graphics/sprites/equipment/head/bandana hat.xml index 9b084675..0cc932dd 100644 --- a/graphics/sprites/equipment/head/bandana hat.xml +++ b/graphics/sprites/equipment/head/bandana hat.xml @@ -105,7 +105,8 @@ Copyright (C) 2010-2011 Evol Online --> <action name="sit" imageset="base"> <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-26" /> + <!-- Old OffsetY value was at "-26" before the add of the new sit frames.--> + <frame index="0" offsetX="0" offsetY ="-31" /> </animation> <animation direction="left"> <frame index="1" offsetX="4" offsetY ="-29"/> diff --git a/graphics/sprites/equipment/leg/shorts-male.png b/graphics/sprites/equipment/leg/shorts-male.png Binary files differindex 7b2c6d1a..cc493d7b 100644 --- a/graphics/sprites/equipment/leg/shorts-male.png +++ b/graphics/sprites/equipment/leg/shorts-male.png diff --git a/graphics/sprites/hairstyles/hairstyle1.xml b/graphics/sprites/hairstyles/hairstyle1.xml index 778e25fd..80ce0eca 100644 --- a/graphics/sprites/hairstyles/hairstyle1.xml +++ b/graphics/sprites/hairstyles/hairstyle1.xml @@ -106,13 +106,14 @@ Copyright (C) 2010-2011 Evol Online --> <action name="sit" imageset="base"> <animation direction="down"> - <frame index="0" offsetX="0" offsetY ="-17" /> + <!-- Old OffsetY value was at "-17" before the add of the new sit frames.--> + <frame index="0" offsetY ="-22" /> </animation> <animation direction="left"> <frame index="1" offsetX="4" offsetY ="-20"/> </animation> <animation direction="up"> - <frame index="2" offsetX="0" offsetY ="-17"/> + <frame index="2" offsetY ="-17"/> </animation> <animation direction="right"> <frame index="3" offsetX="-6" offsetY ="-20"/> diff --git a/graphics/sprites/players/human_male_base.png b/graphics/sprites/players/human_male_base.png Binary files differindex ca147cf5..fe9420fa 100644 --- a/graphics/sprites/players/human_male_base.png +++ b/graphics/sprites/players/human_male_base.png diff --git a/graphics/sprites/players/human_male_base.xml b/graphics/sprites/players/human_male_base.xml index c40648c1..622eff52 100644 --- a/graphics/sprites/players/human_male_base.xml +++ b/graphics/sprites/players/human_male_base.xml @@ -37,7 +37,7 @@ Copyright (C) 2010-2012 Evol Online --> <action name="sit" imageset="base"> <animation direction="down"> - <frame index="7" offsetY="5"/> + <frame index="7"/> </animation> <animation direction="left"> <frame index="25"/> |