diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-21 01:27:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-21 02:50:42 +0300 |
commit | c217b7141df580b686a0eef085bd0eb0a8e6771a (patch) | |
tree | 98181b8240ebd9cfebdfe0b81dd02c64a985e68f /data/graphics/gui/equipment_background.xml | |
parent | 898c74f4ded38102360624cad924ecf49af7e36f (diff) | |
download | plus-c217b7141df580b686a0eef085bd0eb0a8e6771a.tar.gz plus-c217b7141df580b686a0eef085bd0eb0a8e6771a.tar.bz2 plus-c217b7141df580b686a0eef085bd0eb0a8e6771a.tar.xz plus-c217b7141df580b686a0eef085bd0eb0a8e6771a.zip |
Add to equipment window, background image theming.
New theme file: equipment_background.xml
Diffstat (limited to 'data/graphics/gui/equipment_background.xml')
-rw-r--r-- | data/graphics/gui/equipment_background.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/graphics/gui/equipment_background.xml b/data/graphics/gui/equipment_background.xml new file mode 100644 index 000000000..c2d4189f2 --- /dev/null +++ b/data/graphics/gui/equipment_background.xml @@ -0,0 +1,6 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="96" ypos="220"> + <part type="standart" xpos="0" ypos="0" width="36" height="36" /> + <part type="highlighted" xpos="36" ypos="0" width="36" height="36" /> + </widget> +</skinset> |