diff options
-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 |