diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-04-22 15:38:52 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-04-22 15:38:52 +0000 |
commit | 35591e1cafaade37fc3a579808a4f95705c25be3 (patch) | |
tree | 78ebb654b04bc87fcc8d8c7a598d86e0a36080c3 /graphics/sprites | |
parent | 442303e4f8e6b66bfcce21b192560d506a9e34e7 (diff) | |
download | clientdata-35591e1cafaade37fc3a579808a4f95705c25be3.tar.gz clientdata-35591e1cafaade37fc3a579808a4f95705c25be3.tar.bz2 clientdata-35591e1cafaade37fc3a579808a4f95705c25be3.tar.xz clientdata-35591e1cafaade37fc3a579808a4f95705c25be3.zip |
Converted shirts and sweaters to dynamic recoloring (thanks to QOAL). Added recolored versions of them (not 0.0.23-proof!)
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/chest-cotton-female.png | bin | 25919 -> 13856 bytes | |||
-rw-r--r-- | graphics/sprites/chest-cotton-female.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/chest-cotton-male.png | bin | 25885 -> 14037 bytes | |||
-rw-r--r-- | graphics/sprites/chest-cotton-male.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/chest-tnecksweater-female.png | bin | 46815 -> 25047 bytes | |||
-rw-r--r-- | graphics/sprites/chest-tnecksweater-female.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/chest-tnecksweater-male.png | bin | 45949 -> 24552 bytes | |||
-rw-r--r-- | graphics/sprites/chest-tnecksweater-male.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/chest-vnecksweater-female.png | bin | 43767 -> 43118 bytes | |||
-rw-r--r-- | graphics/sprites/chest-vnecksweater-female.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/chest-vnecksweater-male.png | bin | 41275 -> 21539 bytes | |||
-rw-r--r-- | graphics/sprites/chest-vnecksweater-male.xml | 2 |
12 files changed, 6 insertions, 6 deletions
diff --git a/graphics/sprites/chest-cotton-female.png b/graphics/sprites/chest-cotton-female.png Binary files differindex 9ab00de7..0c04de2c 100644 --- a/graphics/sprites/chest-cotton-female.png +++ b/graphics/sprites/chest-cotton-female.png diff --git a/graphics/sprites/chest-cotton-female.xml b/graphics/sprites/chest-cotton-female.xml index 627ad422..cabbf487 100644 --- a/graphics/sprites/chest-cotton-female.xml +++ b/graphics/sprites/chest-cotton-female.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?>
<sprite name="player" action="stand">
- <imageset name="base" src="graphics/sprites/chest-cotton-female.png" width="64" height="64" />
+ <imageset name="base" src="graphics/sprites/chest-cotton-female.png|W" width="64" height="64" />
<action name="stand" imageset="base">
<animation direction="down">
diff --git a/graphics/sprites/chest-cotton-male.png b/graphics/sprites/chest-cotton-male.png Binary files differindex 6af71732..888556ed 100644 --- a/graphics/sprites/chest-cotton-male.png +++ b/graphics/sprites/chest-cotton-male.png diff --git a/graphics/sprites/chest-cotton-male.xml b/graphics/sprites/chest-cotton-male.xml index ae2b29ac..1b1ee22e 100644 --- a/graphics/sprites/chest-cotton-male.xml +++ b/graphics/sprites/chest-cotton-male.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?>
<sprite name="player" action="stand">
- <imageset name="base" src="graphics/sprites/chest-cotton-male.png" width="64" height="64" />
+ <imageset name="base" src="graphics/sprites/chest-cotton-male.png|W" width="64" height="64" />
<action name="stand" imageset="base">
<animation direction="down">
diff --git a/graphics/sprites/chest-tnecksweater-female.png b/graphics/sprites/chest-tnecksweater-female.png Binary files differindex 8f229ad0..e3f51112 100644 --- a/graphics/sprites/chest-tnecksweater-female.png +++ b/graphics/sprites/chest-tnecksweater-female.png diff --git a/graphics/sprites/chest-tnecksweater-female.xml b/graphics/sprites/chest-tnecksweater-female.xml index ec67bbc3..8e7ea475 100644 --- a/graphics/sprites/chest-tnecksweater-female.xml +++ b/graphics/sprites/chest-tnecksweater-female.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?>
<sprite name="player" action="stand">
- <imageset name="base" src="graphics/sprites/chest-tnecksweater-female.png" width="64" height="64" />
+ <imageset name="base" src="graphics/sprites/chest-tnecksweater-female.png|W" width="64" height="64" />
<action name="stand" imageset="base">
<animation direction="down">
diff --git a/graphics/sprites/chest-tnecksweater-male.png b/graphics/sprites/chest-tnecksweater-male.png Binary files differindex d378076c..de68f940 100644 --- a/graphics/sprites/chest-tnecksweater-male.png +++ b/graphics/sprites/chest-tnecksweater-male.png diff --git a/graphics/sprites/chest-tnecksweater-male.xml b/graphics/sprites/chest-tnecksweater-male.xml index 68d01ec4..38b114f8 100644 --- a/graphics/sprites/chest-tnecksweater-male.xml +++ b/graphics/sprites/chest-tnecksweater-male.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?>
<sprite name="player" action="stand">
- <imageset name="base" src="graphics/sprites/chest-tnecksweater-male.png" width="64" height="64" />
+ <imageset name="base" src="graphics/sprites/chest-tnecksweater-male.png|W" width="64" height="64" />
<action name="stand" imageset="base">
<animation direction="down">
diff --git a/graphics/sprites/chest-vnecksweater-female.png b/graphics/sprites/chest-vnecksweater-female.png Binary files differindex fe7ebd6b..6aa96a11 100644 --- a/graphics/sprites/chest-vnecksweater-female.png +++ b/graphics/sprites/chest-vnecksweater-female.png diff --git a/graphics/sprites/chest-vnecksweater-female.xml b/graphics/sprites/chest-vnecksweater-female.xml index e388d987..0c230188 100644 --- a/graphics/sprites/chest-vnecksweater-female.xml +++ b/graphics/sprites/chest-vnecksweater-female.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?>
<sprite name="player" action="stand">
- <imageset name="base" src="graphics/sprites/chest-vnecksweater-female.png" width="64" height="64" />
+ <imageset name="base" src="graphics/sprites/chest-vnecksweater-female.png|W" width="64" height="64" />
<action name="stand" imageset="base">
<animation direction="down">
diff --git a/graphics/sprites/chest-vnecksweater-male.png b/graphics/sprites/chest-vnecksweater-male.png Binary files differindex b9940da2..e9e7555e 100644 --- a/graphics/sprites/chest-vnecksweater-male.png +++ b/graphics/sprites/chest-vnecksweater-male.png diff --git a/graphics/sprites/chest-vnecksweater-male.xml b/graphics/sprites/chest-vnecksweater-male.xml index ac5dfca3..78dc35b1 100644 --- a/graphics/sprites/chest-vnecksweater-male.xml +++ b/graphics/sprites/chest-vnecksweater-male.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?>
<sprite name="player" action="stand">
- <imageset name="base" src="graphics/sprites/chest-vnecksweater-male.png" width="64" height="64" />
+ <imageset name="base" src="graphics/sprites/chest-vnecksweater-male.png|W" width="64" height="64" />
<action name="stand" imageset="base">
<animation direction="down">
|