diff options
author | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-08-02 01:34:10 +0200 |
---|---|---|
committer | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-08-02 01:34:53 +0200 |
commit | 50fd97423a6eb2083bcc0d1642029cfca66f5f21 (patch) | |
tree | 23ac53a8fe660505ce31f88c91a6fdf0f6e8d9ab | |
parent | 7d0ba78e45a6f8d0e99dcde2a2f06fa98dfbee83 (diff) | |
download | mana-50fd97423a6eb2083bcc0d1642029cfca66f5f21.tar.gz mana-50fd97423a6eb2083bcc0d1642029cfca66f5f21.tar.bz2 mana-50fd97423a6eb2083bcc0d1642029cfca66f5f21.tar.xz mana-50fd97423a6eb2083bcc0d1642029cfca66f5f21.zip |
Added parts of new background image
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | data/graphics/images/bg.xml | 18 | ||||
-rw-r--r-- | data/graphics/images/bg_image.png | bin | 0 -> 81478 bytes | |||
-rw-r--r-- | data/graphics/images/bg_overlay.png | bin | 0 -> 64240 bytes | |||
-rw-r--r-- | data/graphics/images/scrolls.png | bin | 0 -> 2230 bytes |
5 files changed, 19 insertions, 0 deletions
@@ -111,3 +111,4 @@ daneeklu (opengameart.org) (CC BY-SA 3.0, GPLv3): data/graphics/gui/vscroll_up_default.png data/graphics/gui/vscroll_up_highlight.png data/graphics/gui/vscroll_up_pressed.png + data/graphics/images/scrolls.png diff --git a/data/graphics/images/bg.xml b/data/graphics/images/bg.xml new file mode 100644 index 00000000..c4fd11f6 --- /dev/null +++ b/data/graphics/images/bg.xml @@ -0,0 +1,18 @@ +<skinset name="Default" image="scrolls.png"> + <widget type="Window"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="64" height="64" /> + <part type="top-edge" xpos="64" ypos="0" width="167" height="64" /> + <part type="top-right-corner" xpos="231" ypos="0" width="64" height="64" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="64" width="64" height="155" /> + <part type="bg-quad" xpos="64" ypos="64" width="167" height="155" /> + <part type="right-edge" xpos="231" ypos="64" width="64" height="155" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="219" width="64" height="64" /> + <part type="bottom-edge" xpos="64" ypos="219" width="167" height="64" /> + <part type="bottom-right-corner" xpos="231" ypos="219" width="64" height="64" /> + </widget> +</skinset> diff --git a/data/graphics/images/bg_image.png b/data/graphics/images/bg_image.png Binary files differnew file mode 100644 index 00000000..c9a25826 --- /dev/null +++ b/data/graphics/images/bg_image.png diff --git a/data/graphics/images/bg_overlay.png b/data/graphics/images/bg_overlay.png Binary files differnew file mode 100644 index 00000000..018b5f7b --- /dev/null +++ b/data/graphics/images/bg_overlay.png diff --git a/data/graphics/images/scrolls.png b/data/graphics/images/scrolls.png Binary files differnew file mode 100644 index 00000000..79f534e3 --- /dev/null +++ b/data/graphics/images/scrolls.png |