summaryrefslogtreecommitdiff
path: root/graphics/items
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-12-11 12:54:12 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-12-11 12:54:12 +0000
commit054cd9a8fe0a4433a7e83aa0de42db02033f59de (patch)
tree91ca055d6d259ac0935cd043fd99d6c2f80c0768 /graphics/items
parentdf24545494d44431325b0e85b4e2581fbc45ae9f (diff)
downloadclientdata-054cd9a8fe0a4433a7e83aa0de42db02033f59de.tar.gz
clientdata-054cd9a8fe0a4433a7e83aa0de42db02033f59de.tar.bz2
clientdata-054cd9a8fe0a4433a7e83aa0de42db02033f59de.tar.xz
clientdata-054cd9a8fe0a4433a7e83aa0de42db02033f59de.zip
Added new sweaters by Saphy. Info for server admins: Item IDs are 564 for turtleneck (should already be in there) and 624 for v-neck. The visible sprite IDs are 19 for turtleneck and 20 for v-neck. By the way, I would have liked to rename armor-chest-woolsweater.png to armor-chest-tnecksweater.png instead of deleting and adding it, but sourceforge didn't allowed it (got a 403 error).
Diffstat (limited to 'graphics/items')
-rw-r--r--graphics/items/CMakeLists.txt5
-rw-r--r--graphics/items/Makefile.am3
-rw-r--r--graphics/items/armor-chest-tnecksweater.png (renamed from graphics/items/armor-chest-woolsweater.png)bin940 -> 940 bytes
-rw-r--r--graphics/items/armor-chest-vnecksweater.pngbin0 -> 1109 bytes
4 files changed, 5 insertions, 3 deletions
diff --git a/graphics/items/CMakeLists.txt b/graphics/items/CMakeLists.txt
index 40a7539d..ff5f3e79 100644
--- a/graphics/items/CMakeLists.txt
+++ b/graphics/items/CMakeLists.txt
@@ -2,7 +2,8 @@ SET(FILES
armor-chest-cottonshirt.png
armor-chest-desertshirt.png
armor-chest-leathershirt.png
- armor-chest-woolsweater.png
+ armor-chest-tnecksweater.png
+ armor-chest-vnecksweater.png
armor-feet-boots.png
armor-hands-leathergloves.png
armor-hands-minergloves.png
@@ -127,4 +128,4 @@ SET(FILES
weapon-thrown-bonedarts.png
)
-INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/items)
+INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/items) \ No newline at end of file
diff --git a/graphics/items/Makefile.am b/graphics/items/Makefile.am
index fbf5e4c9..56c3aecb 100644
--- a/graphics/items/Makefile.am
+++ b/graphics/items/Makefile.am
@@ -4,7 +4,8 @@ itemsdir = $(pkgdatadir)/data/graphics/items
items_DATA = armor-chest-cottonshirt.png \
armor-chest-desertshirt.png \
armor-chest-leathershirt.png \
- armor-chest-woolsweater.png \
+ armor-chest-tnecksweater.png \
+ armor-chest-vnecksweater.png \
armor-feet-boots.png \
armor-hands-leathergloves.png \
armor-hands-minergloves.png \
diff --git a/graphics/items/armor-chest-woolsweater.png b/graphics/items/armor-chest-tnecksweater.png
index 80ecdf7f..80ecdf7f 100644
--- a/graphics/items/armor-chest-woolsweater.png
+++ b/graphics/items/armor-chest-tnecksweater.png
Binary files differ
diff --git a/graphics/items/armor-chest-vnecksweater.png b/graphics/items/armor-chest-vnecksweater.png
new file mode 100644
index 00000000..85092f4e
--- /dev/null
+++ b/graphics/items/armor-chest-vnecksweater.png
Binary files differ