diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-10-30 17:19:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-10-30 18:19:54 +0300 |
commit | e196607ec6a16204579f8e37e1c88c133bf1db37 (patch) | |
tree | 37fa0856b49d702b7f3058aa009581f5a7549ecc /data/graphics/gui/inventory_cell.xml | |
parent | 41049787e0b39550675c682e1c5740e5ff054df6 (diff) | |
download | manaverse-e196607ec6a16204579f8e37e1c88c133bf1db37.tar.gz manaverse-e196607ec6a16204579f8e37e1c88c133bf1db37.tar.bz2 manaverse-e196607ec6a16204579f8e37e1c88c133bf1db37.tar.xz manaverse-e196607ec6a16204579f8e37e1c88c133bf1db37.zip |
Add support in themes to draw each inventory cell background.
By default no images for cell background in any theme.
Diffstat (limited to 'data/graphics/gui/inventory_cell.xml')
-rw-r--r-- | data/graphics/gui/inventory_cell.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/graphics/gui/inventory_cell.xml b/data/graphics/gui/inventory_cell.xml new file mode 100644 index 000000000..6badd8e28 --- /dev/null +++ b/data/graphics/gui/inventory_cell.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="0" ypos="0" width="0" height="0" /> + </widget> +</skinset> |