diff options
author | Scott Ellis <quiche_on_a_leash@hotmail.co.uk> | 2009-03-17 18:03:59 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-17 12:22:35 -0600 |
commit | 6b015656046b09586d4de049b852ffd978a26276 (patch) | |
tree | 5d2523c427fb812429bc25fb220a2ad061b64fb7 /graphics/sprites | |
parent | e9a6f3c6b50ca98cea22e7d61318fa32bcffec59 (diff) | |
download | clientdata-6b015656046b09586d4de049b852ffd978a26276.tar.gz clientdata-6b015656046b09586d4de049b852ffd978a26276.tar.bz2 clientdata-6b015656046b09586d4de049b852ffd978a26276.tar.xz clientdata-6b015656046b09586d4de049b852ffd978a26276.zip |
Some item fixes
Lots more work on dyed items. Offset fix for crusade helm. Made black hair not dark blue. Aligned the ignore emotes. Minor tweak to the face mask.
Diffstat (limited to 'graphics/sprites')
18 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sprites/chest-cotton-female.png b/graphics/sprites/chest-cotton-female.png Binary files differindex 0c04de2c..a805c1d1 100644 --- a/graphics/sprites/chest-cotton-female.png +++ b/graphics/sprites/chest-cotton-female.png diff --git a/graphics/sprites/chest-cotton-male.png b/graphics/sprites/chest-cotton-male.png Binary files differindex 888556ed..79f85878 100644 --- a/graphics/sprites/chest-cotton-male.png +++ b/graphics/sprites/chest-cotton-male.png diff --git a/graphics/sprites/chest-shorttanktop-female.png b/graphics/sprites/chest-shorttanktop-female.png Binary files differindex ee24ccf9..aa5e16e0 100644 --- a/graphics/sprites/chest-shorttanktop-female.png +++ b/graphics/sprites/chest-shorttanktop-female.png diff --git a/graphics/sprites/chest-shorttanktop-male.png b/graphics/sprites/chest-shorttanktop-male.png Binary files differindex aff83242..e2151dbc 100644 --- a/graphics/sprites/chest-shorttanktop-male.png +++ b/graphics/sprites/chest-shorttanktop-male.png diff --git a/graphics/sprites/chest-tanktop-female.png b/graphics/sprites/chest-tanktop-female.png Binary files differindex 20e1e0be..3aa454bf 100644 --- a/graphics/sprites/chest-tanktop-female.png +++ b/graphics/sprites/chest-tanktop-female.png diff --git a/graphics/sprites/chest-tanktop-male.png b/graphics/sprites/chest-tanktop-male.png Binary files differindex 0b6a66ef..a654f867 100644 --- a/graphics/sprites/chest-tanktop-male.png +++ b/graphics/sprites/chest-tanktop-male.png diff --git a/graphics/sprites/chest-vnecksweater-female.png b/graphics/sprites/chest-vnecksweater-female.png Binary files differindex 6aa96a11..148ef7de 100644 --- a/graphics/sprites/chest-vnecksweater-female.png +++ b/graphics/sprites/chest-vnecksweater-female.png diff --git a/graphics/sprites/chest-vnecksweater-male.png b/graphics/sprites/chest-vnecksweater-male.png Binary files differindex e9e7555e..025dc5fb 100644 --- a/graphics/sprites/chest-vnecksweater-male.png +++ b/graphics/sprites/chest-vnecksweater-male.png diff --git a/graphics/sprites/emotions.png b/graphics/sprites/emotions.png Binary files differindex 146f2d24..91babc8c 100644 --- a/graphics/sprites/emotions.png +++ b/graphics/sprites/emotions.png diff --git a/graphics/sprites/feet-boots-female.png b/graphics/sprites/feet-boots-female.png Binary files differindex b6ab7dce..78ccd7de 100644 --- a/graphics/sprites/feet-boots-female.png +++ b/graphics/sprites/feet-boots-female.png diff --git a/graphics/sprites/feet-boots-male.png b/graphics/sprites/feet-boots-male.png Binary files differindex e545c44f..599ff6e0 100644 --- a/graphics/sprites/feet-boots-male.png +++ b/graphics/sprites/feet-boots-male.png diff --git a/graphics/sprites/hands-gloves-generic-female.png b/graphics/sprites/hands-gloves-generic-female.png Binary files differindex 0fba074e..1fd9fbda 100644 --- a/graphics/sprites/hands-gloves-generic-female.png +++ b/graphics/sprites/hands-gloves-generic-female.png diff --git a/graphics/sprites/hands-gloves-generic-male.png b/graphics/sprites/hands-gloves-generic-male.png Binary files differindex ba4fcca1..168a1307 100644 --- a/graphics/sprites/hands-gloves-generic-male.png +++ b/graphics/sprites/hands-gloves-generic-male.png diff --git a/graphics/sprites/head-crusadehelm.xml b/graphics/sprites/head-crusadehelm.xml index 44926a16..a5f46354 100644 --- a/graphics/sprites/head-crusadehelm.xml +++ b/graphics/sprites/head-crusadehelm.xml @@ -78,7 +78,7 @@ <frame index="3" offsetX="-3" offsetY ="-40" delay="75"/> <frame index="3" offsetX="-3" offsetY ="-41" delay="75"/> <frame index="3" offsetX="0" offsetY ="-38" delay="75"/> - <frame index="3" offsetX="-1" offsetY ="-37" delay="75"/> + <frame index="3" offsetX="1" offsetY ="-37" delay="75"/> <end /> </animation> </action> diff --git a/graphics/sprites/head-mask.png b/graphics/sprites/head-mask.png Binary files differindex d2a084df..30d259f8 100644 --- a/graphics/sprites/head-mask.png +++ b/graphics/sprites/head-mask.png diff --git a/graphics/sprites/leg-shorts-female.png b/graphics/sprites/leg-shorts-female.png Binary files differindex 4aae0542..9a2ffa8b 100644 --- a/graphics/sprites/leg-shorts-female.png +++ b/graphics/sprites/leg-shorts-female.png diff --git a/graphics/sprites/leg-shorts-male.png b/graphics/sprites/leg-shorts-male.png Binary files differindex 4e164bc9..3a03a316 100644 --- a/graphics/sprites/leg-shorts-male.png +++ b/graphics/sprites/leg-shorts-male.png diff --git a/graphics/sprites/leg-skirt.png b/graphics/sprites/leg-skirt.png Binary files differindex c221bc12..a5b6978a 100644 --- a/graphics/sprites/leg-skirt.png +++ b/graphics/sprites/leg-skirt.png |