diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-04-03 21:50:11 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-04-03 21:50:11 +0000 |
commit | 5c7b4d28fcce4113cf05e8b9630e1e395057e66e (patch) | |
tree | 92c35901656e1063ee3b2074a98178128c9576c6 /graphics/sprites/chest-lightplatemail-male.xml | |
parent | 6ac3309d89226dc8ff86af24a785d5694f8e93ad (diff) | |
download | clientdata-5c7b4d28fcce4113cf05e8b9630e1e395057e66e.tar.gz clientdata-5c7b4d28fcce4113cf05e8b9630e1e395057e66e.tar.bz2 clientdata-5c7b4d28fcce4113cf05e8b9630e1e395057e66e.tar.xz clientdata-5c7b4d28fcce4113cf05e8b9630e1e395057e66e.zip |
Converted platemail to dynamic recoloring. Added golden platemail item as a dynamic recolor of the normal platemail.
Diffstat (limited to 'graphics/sprites/chest-lightplatemail-male.xml')
-rw-r--r-- | graphics/sprites/chest-lightplatemail-male.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sprites/chest-lightplatemail-male.xml b/graphics/sprites/chest-lightplatemail-male.xml index 53f47b64..90dfc842 100644 --- a/graphics/sprites/chest-lightplatemail-male.xml +++ b/graphics/sprites/chest-lightplatemail-male.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?>
<sprite name="player" action="stand">
- <imageset name="base" src="graphics/sprites/chest-lightplatemail-male.png" width="64" height="64" />
+ <imageset name="base" src="graphics/sprites/chest-lightplatemail-male.png|W" width="64" height="64" />
<action name="stand" imageset="base">
<animation direction="down">
|