diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-08-30 16:46:21 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-08-30 16:46:21 +0000 |
commit | 61aea1c4055036afdf8b63fd432404d84f822c23 (patch) | |
tree | d0b8ec492e76591fd2018d348edd9c786009c1c2 /graphics | |
parent | 0e7c64ff69b89099edc46be54dd1a2d79ee98807 (diff) | |
download | clientdata-61aea1c4055036afdf8b63fd432404d84f822c23.tar.gz clientdata-61aea1c4055036afdf8b63fd432404d84f822c23.tar.bz2 clientdata-61aea1c4055036afdf8b63fd432404d84f822c23.tar.xz clientdata-61aea1c4055036afdf8b63fd432404d84f822c23.zip |
Merged equipment database with items database and got rid of the unused item
art attribute. Removed the now unnecessary multiplication of weapon IDs with
10000. Added a fallback item icon and used it for unknown items or when an item
image fails to load.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gui/CMakeLists.txt | 5 | ||||
-rw-r--r-- | graphics/gui/Makefile.am | 7 | ||||
-rw-r--r-- | graphics/gui/unknown-item.png | bin | 0 -> 540 bytes |
3 files changed, 7 insertions, 5 deletions
diff --git a/graphics/gui/CMakeLists.txt b/graphics/gui/CMakeLists.txt index 2ef4b460..208ae547 100644 --- a/graphics/gui/CMakeLists.txt +++ b/graphics/gui/CMakeLists.txt @@ -27,6 +27,8 @@ SET (FILES menuitemP.png radioin.png radioout.png + resize.png + rpgfont_wider.png selection.png sansserif8.png slider.png @@ -37,6 +39,7 @@ SET (FILES target-cursor-red-m.png target-cursor-red-s.png thickborder.png + unknown-item.png vscroll_blue.png vscroll_down_default.png vscroll_down_highlight.png @@ -46,8 +49,6 @@ SET (FILES vscroll_up_default.png vscroll_up_highlight.png vscroll_up_pressed.png - rpgfont_wider.png - resize.png ) INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/gui) diff --git a/graphics/gui/Makefile.am b/graphics/gui/Makefile.am index 6b82843d..6f33dbed 100644 --- a/graphics/gui/Makefile.am +++ b/graphics/gui/Makefile.am @@ -30,6 +30,8 @@ gui_DATA = \ menuitemP.png \ radioin.png \ radioout.png \ + resize.png \ + rpgfont_wider.png \ selection.png \ sansserif8.png \ slider.png \ @@ -40,6 +42,7 @@ gui_DATA = \ target-cursor-red-m.png \ target-cursor-red-s.png \ thickborder.png \ + unknown-item.png \ vscroll_blue.png \ vscroll_down_default.png \ vscroll_down_highlight.png \ @@ -48,9 +51,7 @@ gui_DATA = \ vscroll_red.png \ vscroll_up_default.png \ vscroll_up_highlight.png \ - vscroll_up_pressed.png \ - rpgfont_wider.png \ - resize.png + vscroll_up_pressed.png EXTRA_DIST = \ $(gui_DATA) diff --git a/graphics/gui/unknown-item.png b/graphics/gui/unknown-item.png Binary files differnew file mode 100644 index 00000000..9201d688 --- /dev/null +++ b/graphics/gui/unknown-item.png |