summaryrefslogtreecommitdiff
path: root/data/graphics/gui
diff options
context:
space:
mode:
Diffstat (limited to 'data/graphics/gui')
-rw-r--r--data/graphics/gui/CMakeLists.txt5
-rw-r--r--data/graphics/gui/bg.xml18
-rw-r--r--data/graphics/gui/button.pngbin374 -> 464 bytes
-rw-r--r--data/graphics/gui/button_disabled.pngbin313 -> 342 bytes
-rw-r--r--data/graphics/gui/buttonhi.pngbin374 -> 474 bytes
-rw-r--r--data/graphics/gui/buttonpress.pngbin377 -> 424 bytes
-rw-r--r--data/graphics/gui/checkbox.pngbin802 -> 694 bytes
-rw-r--r--data/graphics/gui/close_button.pngbin650 -> 317 bytes
-rw-r--r--data/graphics/gui/colors.xml2
-rw-r--r--data/graphics/gui/hscroll_left_default.pngbin358 -> 257 bytes
-rw-r--r--data/graphics/gui/hscroll_left_highlight.pngbin364 -> 257 bytes
-rw-r--r--data/graphics/gui/hscroll_left_pressed.pngbin349 -> 261 bytes
-rw-r--r--data/graphics/gui/hscroll_right_default.pngbin340 -> 242 bytes
-rw-r--r--data/graphics/gui/hscroll_right_highlight.pngbin359 -> 241 bytes
-rw-r--r--data/graphics/gui/hscroll_right_pressed.pngbin350 -> 264 bytes
-rw-r--r--data/graphics/gui/lpc_window.pngbin0 -> 12568 bytes
-rw-r--r--data/graphics/gui/npcdialog.pngbin0 -> 649 bytes
-rw-r--r--data/graphics/gui/npcdialog.xml18
-rw-r--r--data/graphics/gui/scrolls.pngbin0 -> 2230 bytes
-rw-r--r--data/graphics/gui/scrololol.pngbin0 -> 26172 bytes
-rw-r--r--data/graphics/gui/slider.pngbin485 -> 324 bytes
-rw-r--r--data/graphics/gui/slider_hilight.pngbin444 -> 327 bytes
-rw-r--r--data/graphics/gui/tab.pngbin329 -> 270 bytes
-rw-r--r--data/graphics/gui/tab_hilight.pngbin316 -> 294 bytes
-rw-r--r--data/graphics/gui/tabselected.pngbin313 -> 268 bytes
-rw-r--r--data/graphics/gui/vscroll_down_default.pngbin367 -> 247 bytes
-rw-r--r--data/graphics/gui/vscroll_down_highlight.pngbin382 -> 247 bytes
-rw-r--r--data/graphics/gui/vscroll_down_pressed.pngbin376 -> 248 bytes
-rw-r--r--data/graphics/gui/vscroll_grey.pngbin338 -> 297 bytes
-rw-r--r--data/graphics/gui/vscroll_highlight.pngbin338 -> 252 bytes
-rw-r--r--data/graphics/gui/vscroll_up_default.pngbin377 -> 253 bytes
-rw-r--r--data/graphics/gui/vscroll_up_highlight.pngbin376 -> 253 bytes
-rw-r--r--data/graphics/gui/vscroll_up_pressed.pngbin364 -> 250 bytes
-rw-r--r--data/graphics/gui/window.xml20
34 files changed, 53 insertions, 10 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt
index cc257eee..ab114449 100644
--- a/data/graphics/gui/CMakeLists.txt
+++ b/data/graphics/gui/CMakeLists.txt
@@ -1,4 +1,5 @@
SET (FILES
+ bg.xml
bubble.png
button.png
button-icon-confirm.png
@@ -29,12 +30,15 @@ SET (FILES
hscroll_right_pressed.png
item_shortcut_bgr.png
mouse.png
+ npcdialog.png
+ npcdialog.xml
progress-indicator.png
radioin.png
radioin_highlight.png
radioout.png
radioout_highlight.png
resize.png
+ scrolls.png
selection.png
slider.png
slider_hilight.png
@@ -55,6 +59,7 @@ SET (FILES
vscroll_up_highlight.png
vscroll_up_pressed.png
window.png
+ lpc_window.png
window.xml
)
diff --git a/data/graphics/gui/bg.xml b/data/graphics/gui/bg.xml
new file mode 100644
index 00000000..c4fd11f6
--- /dev/null
+++ b/data/graphics/gui/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/gui/button.png b/data/graphics/gui/button.png
index 9ebbea63..d23d5fc2 100644
--- a/data/graphics/gui/button.png
+++ b/data/graphics/gui/button.png
Binary files differ
diff --git a/data/graphics/gui/button_disabled.png b/data/graphics/gui/button_disabled.png
index 0ce3aa6f..f0646193 100644
--- a/data/graphics/gui/button_disabled.png
+++ b/data/graphics/gui/button_disabled.png
Binary files differ
diff --git a/data/graphics/gui/buttonhi.png b/data/graphics/gui/buttonhi.png
index c4772634..63a71fd8 100644
--- a/data/graphics/gui/buttonhi.png
+++ b/data/graphics/gui/buttonhi.png
Binary files differ
diff --git a/data/graphics/gui/buttonpress.png b/data/graphics/gui/buttonpress.png
index e9cd1765..05e7020d 100644
--- a/data/graphics/gui/buttonpress.png
+++ b/data/graphics/gui/buttonpress.png
Binary files differ
diff --git a/data/graphics/gui/checkbox.png b/data/graphics/gui/checkbox.png
index 29b64100..67af8c99 100644
--- a/data/graphics/gui/checkbox.png
+++ b/data/graphics/gui/checkbox.png
Binary files differ
diff --git a/data/graphics/gui/close_button.png b/data/graphics/gui/close_button.png
index f87cc2a9..b3ce4ef4 100644
--- a/data/graphics/gui/close_button.png
+++ b/data/graphics/gui/close_button.png
Binary files differ
diff --git a/data/graphics/gui/colors.xml b/data/graphics/gui/colors.xml
index 4a35d081..db35ac41 100644
--- a/data/graphics/gui/colors.xml
+++ b/data/graphics/gui/colors.xml
@@ -1,5 +1,6 @@
<colors>
<color id="TEXT" color="#000000" />
+ <color id="NPC_DIALOG_TEXT" color="#000000" />
<color id="SHADOW" color="#000000" />
<color id="OUTLINE" color="#000000" />
<color id="PROGRESS_BAR" color="#ffffff" />
@@ -47,4 +48,5 @@
<progressbar id="INVY_SLOTS" color="#e1c819" />
<progressbar id="WEIGHT" color="#0000ff,ffff00,ff0000" />
<progressbar id="JOB" color="#e187cb" />
+ <progressbar id="DOWNLOAD" color="#ded387" />
</colors>
diff --git a/data/graphics/gui/hscroll_left_default.png b/data/graphics/gui/hscroll_left_default.png
index 2f763d30..1d792525 100644
--- a/data/graphics/gui/hscroll_left_default.png
+++ b/data/graphics/gui/hscroll_left_default.png
Binary files differ
diff --git a/data/graphics/gui/hscroll_left_highlight.png b/data/graphics/gui/hscroll_left_highlight.png
index 6be5ae25..1bf98865 100644
--- a/data/graphics/gui/hscroll_left_highlight.png
+++ b/data/graphics/gui/hscroll_left_highlight.png
Binary files differ
diff --git a/data/graphics/gui/hscroll_left_pressed.png b/data/graphics/gui/hscroll_left_pressed.png
index b8ebcb46..d5142d80 100644
--- a/data/graphics/gui/hscroll_left_pressed.png
+++ b/data/graphics/gui/hscroll_left_pressed.png
Binary files differ
diff --git a/data/graphics/gui/hscroll_right_default.png b/data/graphics/gui/hscroll_right_default.png
index 33fdddd0..93418c56 100644
--- a/data/graphics/gui/hscroll_right_default.png
+++ b/data/graphics/gui/hscroll_right_default.png
Binary files differ
diff --git a/data/graphics/gui/hscroll_right_highlight.png b/data/graphics/gui/hscroll_right_highlight.png
index e9e633ea..1c7d0529 100644
--- a/data/graphics/gui/hscroll_right_highlight.png
+++ b/data/graphics/gui/hscroll_right_highlight.png
Binary files differ
diff --git a/data/graphics/gui/hscroll_right_pressed.png b/data/graphics/gui/hscroll_right_pressed.png
index 53972f2b..55490a47 100644
--- a/data/graphics/gui/hscroll_right_pressed.png
+++ b/data/graphics/gui/hscroll_right_pressed.png
Binary files differ
diff --git a/data/graphics/gui/lpc_window.png b/data/graphics/gui/lpc_window.png
new file mode 100644
index 00000000..ddcef395
--- /dev/null
+++ b/data/graphics/gui/lpc_window.png
Binary files differ
diff --git a/data/graphics/gui/npcdialog.png b/data/graphics/gui/npcdialog.png
new file mode 100644
index 00000000..61f0c5ce
--- /dev/null
+++ b/data/graphics/gui/npcdialog.png
Binary files differ
diff --git a/data/graphics/gui/npcdialog.xml b/data/graphics/gui/npcdialog.xml
new file mode 100644
index 00000000..40f1fcc6
--- /dev/null
+++ b/data/graphics/gui/npcdialog.xml
@@ -0,0 +1,18 @@
+<skinset name="SpeechBubble" image="npcdialog.png">
+ <widget type="Window">
+ <!-- Top Row -->
+ <part type="top-left-corner" xpos="0" ypos="0" width="16" height="13" />
+ <part type="top-edge" xpos="16" ypos="0" width="15" height="13" />
+ <part type="top-right-corner" xpos="31" ypos="0" width="16" height="13" />
+
+ <!-- Middle Row -->
+ <part type="left-edge" xpos="0" ypos="13" width="16" height="14" />
+ <part type="bg-quad" xpos="16" ypos="13" width="15" height="14" />
+ <part type="right-edge" xpos="31" ypos="13" width="16" height="14" />
+
+ <!-- Bottom Row -->
+ <part type="bottom-left-corner" xpos="0" ypos="27" width="16" height="15" />
+ <part type="bottom-edge" xpos="16" ypos="27" width="15" height="15" />
+ <part type="bottom-right-corner" xpos="31" ypos="27" width="16" height="15" />
+ </widget>
+</skinset>
diff --git a/data/graphics/gui/scrolls.png b/data/graphics/gui/scrolls.png
new file mode 100644
index 00000000..79f534e3
--- /dev/null
+++ b/data/graphics/gui/scrolls.png
Binary files differ
diff --git a/data/graphics/gui/scrololol.png b/data/graphics/gui/scrololol.png
new file mode 100644
index 00000000..e0bd67d3
--- /dev/null
+++ b/data/graphics/gui/scrololol.png
Binary files differ
diff --git a/data/graphics/gui/slider.png b/data/graphics/gui/slider.png
index 465ad0e8..dc5ef556 100644
--- a/data/graphics/gui/slider.png
+++ b/data/graphics/gui/slider.png
Binary files differ
diff --git a/data/graphics/gui/slider_hilight.png b/data/graphics/gui/slider_hilight.png
index 37c780cd..11727ea2 100644
--- a/data/graphics/gui/slider_hilight.png
+++ b/data/graphics/gui/slider_hilight.png
Binary files differ
diff --git a/data/graphics/gui/tab.png b/data/graphics/gui/tab.png
index 91eadf08..098fe0b3 100644
--- a/data/graphics/gui/tab.png
+++ b/data/graphics/gui/tab.png
Binary files differ
diff --git a/data/graphics/gui/tab_hilight.png b/data/graphics/gui/tab_hilight.png
index f6b39942..69b95c19 100644
--- a/data/graphics/gui/tab_hilight.png
+++ b/data/graphics/gui/tab_hilight.png
Binary files differ
diff --git a/data/graphics/gui/tabselected.png b/data/graphics/gui/tabselected.png
index e2983060..1a727e4f 100644
--- a/data/graphics/gui/tabselected.png
+++ b/data/graphics/gui/tabselected.png
Binary files differ
diff --git a/data/graphics/gui/vscroll_down_default.png b/data/graphics/gui/vscroll_down_default.png
index c4292489..0780e9fa 100644
--- a/data/graphics/gui/vscroll_down_default.png
+++ b/data/graphics/gui/vscroll_down_default.png
Binary files differ
diff --git a/data/graphics/gui/vscroll_down_highlight.png b/data/graphics/gui/vscroll_down_highlight.png
index ac88f7c7..f01caad2 100644
--- a/data/graphics/gui/vscroll_down_highlight.png
+++ b/data/graphics/gui/vscroll_down_highlight.png
Binary files differ
diff --git a/data/graphics/gui/vscroll_down_pressed.png b/data/graphics/gui/vscroll_down_pressed.png
index 9dcc89f6..d5525ca1 100644
--- a/data/graphics/gui/vscroll_down_pressed.png
+++ b/data/graphics/gui/vscroll_down_pressed.png
Binary files differ
diff --git a/data/graphics/gui/vscroll_grey.png b/data/graphics/gui/vscroll_grey.png
index f99da467..46132a6c 100644
--- a/data/graphics/gui/vscroll_grey.png
+++ b/data/graphics/gui/vscroll_grey.png
Binary files differ
diff --git a/data/graphics/gui/vscroll_highlight.png b/data/graphics/gui/vscroll_highlight.png
index 2e0fcbfc..d00744e1 100644
--- a/data/graphics/gui/vscroll_highlight.png
+++ b/data/graphics/gui/vscroll_highlight.png
Binary files differ
diff --git a/data/graphics/gui/vscroll_up_default.png b/data/graphics/gui/vscroll_up_default.png
index 1cecc351..c71cc6de 100644
--- a/data/graphics/gui/vscroll_up_default.png
+++ b/data/graphics/gui/vscroll_up_default.png
Binary files differ
diff --git a/data/graphics/gui/vscroll_up_highlight.png b/data/graphics/gui/vscroll_up_highlight.png
index 7b5009f3..85a80b6a 100644
--- a/data/graphics/gui/vscroll_up_highlight.png
+++ b/data/graphics/gui/vscroll_up_highlight.png
Binary files differ
diff --git a/data/graphics/gui/vscroll_up_pressed.png b/data/graphics/gui/vscroll_up_pressed.png
index 2320ec42..4518e100 100644
--- a/data/graphics/gui/vscroll_up_pressed.png
+++ b/data/graphics/gui/vscroll_up_pressed.png
Binary files differ
diff --git a/data/graphics/gui/window.xml b/data/graphics/gui/window.xml
index f27dbc7f..3310cd89 100644
--- a/data/graphics/gui/window.xml
+++ b/data/graphics/gui/window.xml
@@ -1,18 +1,18 @@
-<skinset name="Default" image="window.png">
+<skinset name="Default" image="lpc_window.png">
<widget type="Window">
<!-- Top Row -->
- <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" />
- <part type="top-edge" xpos="4" ypos="0" width="32" height="4" />
- <part type="top-right-corner" xpos="36" ypos="0" width="4" height="4" />
+ <part type="top-left-corner" xpos="0" ypos="0" width="32" height="13" />
+ <part type="top-edge" xpos="32" ypos="0" width="33" height="13" />
+ <part type="top-right-corner" xpos="65" ypos="0" width="32" height="13" />
<!-- Middle Row -->
- <part type="left-edge" xpos="0" ypos="4" width="4" height="216" />
- <part type="bg-quad" xpos="4" ypos="4" width="32" height="216" />
- <part type="right-edge" xpos="36" ypos="4" width="4" height="216" />
+ <part type="left-edge" xpos="0" ypos="13" width="32" height="7" />
+ <part type="bg-quad" xpos="32" ypos="13" width="33" height="7" />
+ <part type="right-edge" xpos="65" ypos="13" width="32" height="7" />
<!-- Bottom Row -->
- <part type="bottom-left-corner" xpos="0" ypos="220" width="4" height="4" />
- <part type="bottom-edge" xpos="4" ypos="220" width="32" height="4" />
- <part type="bottom-right-corner" xpos="36" ypos="220" width="4" height="4" />
+ <part type="bottom-left-corner" xpos="0" ypos="20" width="32" height="12" />
+ <part type="bottom-edge" xpos="32" ypos="20" width="33" height="12" />
+ <part type="bottom-right-corner" xpos="65" ypos="20" width="32" height="12" />
</widget>
</skinset>