diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-02 22:56:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-02 23:16:22 +0300 |
commit | afedfd380a9b7d7c7917ba5e8cf20e994a1c0728 (patch) | |
tree | 7f30e8cf94f728461d149a95794ca8c2f85a2008 /data/graphics | |
parent | 2127361148d4ea5531a115cc92131a3f956ca528 (diff) | |
download | plus-afedfd380a9b7d7c7917ba5e8cf20e994a1c0728.tar.gz plus-afedfd380a9b7d7c7917ba5e8cf20e994a1c0728.tar.bz2 plus-afedfd380a9b7d7c7917ba5e8cf20e994a1c0728.tar.xz plus-afedfd380a9b7d7c7917ba5e8cf20e994a1c0728.zip |
Add inventory cell to all themes.
Diffstat (limited to 'data/graphics')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/graphics/gui/Makefile.am | 1 | ||||
-rw-r--r-- | data/graphics/gui/inventory_cell2.xml | 6 | ||||
-rw-r--r-- | data/graphics/gui/window.png | bin | 24726 -> 25377 bytes |
4 files changed, 8 insertions, 0 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index dfa86f963..23c7b5617 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -33,6 +33,7 @@ SET (FILES info.xml inventory.xml inventory_cell.xml + inventory_cell2.xml item_selection.xml item_shortcut_background.xml itemcontainer.xml diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index a7de34ca2..10a4fc18f 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -36,6 +36,7 @@ gui_DATA = \ info.xml \ inventory.xml \ inventory_cell.xml \ + inventory_cell2.xml \ item_selection.xml \ item_shortcut_background.xml \ itemcontainer.xml \ diff --git a/data/graphics/gui/inventory_cell2.xml b/data/graphics/gui/inventory_cell2.xml new file mode 100644 index 000000000..4fff4509b --- /dev/null +++ b/data/graphics/gui/inventory_cell2.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window"> + <part type="standart" xpos="248" ypos="223" width="32" height="32" /> + </widget> +</skinset> diff --git a/data/graphics/gui/window.png b/data/graphics/gui/window.png Binary files differindex b0b385c2d..c84eb1ae9 100644 --- a/data/graphics/gui/window.png +++ b/data/graphics/gui/window.png |