summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2012-08-02 01:34:10 +0200
committerErik Schilling <ablu.erikschilling@googlemail.com>2012-08-02 01:34:53 +0200
commit50fd97423a6eb2083bcc0d1642029cfca66f5f21 (patch)
tree23ac53a8fe660505ce31f88c91a6fdf0f6e8d9ab
parent7d0ba78e45a6f8d0e99dcde2a2f06fa98dfbee83 (diff)
downloadmana-client-50fd97423a6eb2083bcc0d1642029cfca66f5f21.tar.gz
mana-client-50fd97423a6eb2083bcc0d1642029cfca66f5f21.tar.bz2
mana-client-50fd97423a6eb2083bcc0d1642029cfca66f5f21.tar.xz
mana-client-50fd97423a6eb2083bcc0d1642029cfca66f5f21.zip
Added parts of new background image
-rw-r--r--AUTHORS1
-rw-r--r--data/graphics/images/bg.xml18
-rw-r--r--data/graphics/images/bg_image.pngbin0 -> 81478 bytes
-rw-r--r--data/graphics/images/bg_overlay.pngbin0 -> 64240 bytes
-rw-r--r--data/graphics/images/scrolls.pngbin0 -> 2230 bytes
5 files changed, 19 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 6969fdd4..88080c8b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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
new file mode 100644
index 00000000..c9a25826
--- /dev/null
+++ b/data/graphics/images/bg_image.png
Binary files differ
diff --git a/data/graphics/images/bg_overlay.png b/data/graphics/images/bg_overlay.png
new file mode 100644
index 00000000..018b5f7b
--- /dev/null
+++ b/data/graphics/images/bg_overlay.png
Binary files differ
diff --git a/data/graphics/images/scrolls.png b/data/graphics/images/scrolls.png
new file mode 100644
index 00000000..79f534e3
--- /dev/null
+++ b/data/graphics/images/scrolls.png
Binary files differ