diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-02-11 10:46:58 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-02-11 10:46:58 +0000 |
commit | 88d4b1f95d60f93bbbfaaf710484cb0c21125f1f (patch) | |
tree | 98d2f80beea0991f68d31044c47d22d0ac2c9fe4 /graphics | |
parent | 33a689f49abe1fc2ca42c001d5b3a09309931aa8 (diff) | |
download | clientdata-88d4b1f95d60f93bbbfaaf710484cb0c21125f1f.tar.gz clientdata-88d4b1f95d60f93bbbfaaf710484cb0c21125f1f.tar.bz2 clientdata-88d4b1f95d60f93bbbfaaf710484cb0c21125f1f.tar.xz clientdata-88d4b1f95d60f93bbbfaaf710484cb0c21125f1f.zip |
Some make file updates and removed a strange duplicate cotton shirt.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/CMakeLists.txt | 10 | ||||
-rw-r--r-- | graphics/sprites/Makefile.am | 10 | ||||
-rw-r--r-- | graphics/sprites/chest_cotton_female.png | bin | 14504 -> 0 bytes |
3 files changed, 12 insertions, 8 deletions
diff --git a/graphics/sprites/CMakeLists.txt b/graphics/sprites/CMakeLists.txt index da14a69a..3a1273a4 100644 --- a/graphics/sprites/CMakeLists.txt +++ b/graphics/sprites/CMakeLists.txt @@ -1,4 +1,8 @@ SET(FILES + chest-chainmail-female.png + chest-chainmail-female.xml + chest-chainmail-male.png + chest-chainmail-male.xml chest-cotton-male.xml chest-cotton-male.png chest-cotton-female.xml @@ -41,10 +45,8 @@ SET(FILES head-santabeardhat.xml item002.png item002.xml - item004.png - item004.xml - item005.png - item005.xml + item003.png + item003.xml item006.png item006.xml item007.png diff --git a/graphics/sprites/Makefile.am b/graphics/sprites/Makefile.am index 4ef94363..77489ac1 100644 --- a/graphics/sprites/Makefile.am +++ b/graphics/sprites/Makefile.am @@ -2,6 +2,10 @@ spritesdir = $(pkgdatadir)/data/graphics/sprites sprites_DATA = \ + chest-chainmail-female.png \ + chest-chainmail-female.xml \ + chest-chainmail-male.png \ + chest-chainmail-male.xml \ chest-cotton-male.xml \ chest-cotton-male.png \ chest-cotton-female.xml \ @@ -44,10 +48,8 @@ sprites_DATA = \ head-santabeardhat.xml \ item002.png \ item002.xml \ - item004.png \ - item004.xml \ - item005.png \ - item005.xml \ + item003.png \ + item003.xml \ item006.png \ item006.xml \ item007.png \ diff --git a/graphics/sprites/chest_cotton_female.png b/graphics/sprites/chest_cotton_female.png Binary files differdeleted file mode 100644 index 5382c075..00000000 --- a/graphics/sprites/chest_cotton_female.png +++ /dev/null |