diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-01-11 10:49:08 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-01-11 10:49:08 +0000 |
commit | d17fab98850d895a870a07f1ddd6b10954b9a97f (patch) | |
tree | c3ebe3238b310be542562eeba5fc3bc37750003a /graphics | |
parent | d199f20bbe29d9e5378f2472f52ef18c57b3df05 (diff) | |
download | clientdata-d17fab98850d895a870a07f1ddd6b10954b9a97f.tar.gz clientdata-d17fab98850d895a870a07f1ddd6b10954b9a97f.tar.bz2 clientdata-d17fab98850d895a870a07f1ddd6b10954b9a97f.tar.xz clientdata-d17fab98850d895a870a07f1ddd6b10954b9a97f.zip |
Make the basic boots recolorable and add a new pair
Both parts by QOAL
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/items/armor-feet-boots.png | bin | 553 -> 313 bytes | |||
-rw-r--r-- | graphics/sprites/feet-boots-female.png | bin | 20106 -> 12371 bytes | |||
-rw-r--r-- | graphics/sprites/feet-boots-female.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/feet-boots-male.png | bin | 19988 -> 12354 bytes | |||
-rw-r--r-- | graphics/sprites/feet-boots-male.xml | 2 |
5 files changed, 2 insertions, 2 deletions
diff --git a/graphics/items/armor-feet-boots.png b/graphics/items/armor-feet-boots.png Binary files differindex 581ff875..852d69c3 100644 --- a/graphics/items/armor-feet-boots.png +++ b/graphics/items/armor-feet-boots.png diff --git a/graphics/sprites/feet-boots-female.png b/graphics/sprites/feet-boots-female.png Binary files differindex 37fe4155..b6d4e4b1 100644 --- a/graphics/sprites/feet-boots-female.png +++ b/graphics/sprites/feet-boots-female.png diff --git a/graphics/sprites/feet-boots-female.xml b/graphics/sprites/feet-boots-female.xml index 0d5271dc..c44a64a9 100644 --- a/graphics/sprites/feet-boots-female.xml +++ b/graphics/sprites/feet-boots-female.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?>
<sprite name="player" action="stand">
- <imageset name="base" src="graphics/sprites/feet-boots-female.png" width="64" height="64" />
+ <imageset name="base" src="graphics/sprites/feet-boots-female.png|W" width="64" height="64" />
<include file="feet-boots-male.xml"/>
diff --git a/graphics/sprites/feet-boots-male.png b/graphics/sprites/feet-boots-male.png Binary files differindex 602de604..2d45d5a8 100644 --- a/graphics/sprites/feet-boots-male.png +++ b/graphics/sprites/feet-boots-male.png diff --git a/graphics/sprites/feet-boots-male.xml b/graphics/sprites/feet-boots-male.xml index ab7d1b63..ce801fe1 100644 --- a/graphics/sprites/feet-boots-male.xml +++ b/graphics/sprites/feet-boots-male.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?>
<sprite name="player" action="stand">
- <imageset name="base" src="graphics/sprites/feet-boots-male.png" width="64" height="64" />
+ <imageset name="base" src="graphics/sprites/feet-boots-male.png|W" width="64" height="64" />
<action name="stand" imageset="base">
<animation direction="down">
|