summaryrefslogtreecommitdiff
path: root/data/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'data/graphics')
-rw-r--r--data/graphics/gui/CMakeLists.txt13
-rw-r--r--data/graphics/gui/Makefile.am13
-rw-r--r--data/graphics/gui/browserfont.pngbin1846 -> 0 bytes
-rw-r--r--data/graphics/gui/bubble.pngbin0 -> 407 bytes
-rw-r--r--data/graphics/gui/deepbox.pngbin270 -> 219 bytes
-rw-r--r--data/graphics/gui/default.pngbin1395 -> 817 bytes
-rw-r--r--data/graphics/gui/fixedfont.pngbin1895 -> 0 bytes
-rw-r--r--data/graphics/gui/hits_blue.pngbin589 -> 884 bytes
-rw-r--r--data/graphics/gui/hits_red.pngbin561 -> 813 bytes
-rw-r--r--data/graphics/gui/hits_yellow.pngbin894 -> 907 bytes
-rw-r--r--data/graphics/gui/item_shortcut_bgr.pngbin1026 -> 929 bytes
-rw-r--r--data/graphics/gui/menuitemD.pngbin1329 -> 0 bytes
-rw-r--r--data/graphics/gui/menuitemF.pngbin1530 -> 0 bytes
-rw-r--r--data/graphics/gui/menuitemN.pngbin1310 -> 0 bytes
-rw-r--r--data/graphics/gui/menuitemP.pngbin1436 -> 0 bytes
-rw-r--r--data/graphics/gui/rpgfont_wider.pngbin4382 -> 0 bytes
-rw-r--r--data/graphics/gui/sansserif8.pngbin1261 -> 0 bytes
-rw-r--r--data/graphics/gui/slider.pngbin571 -> 485 bytes
-rw-r--r--data/graphics/gui/speechbubble.xml26
-rw-r--r--data/graphics/gui/thickborder.pngbin530 -> 0 bytes
-rw-r--r--data/graphics/gui/vscroll_blue.pngbin395 -> 338 bytes
-rw-r--r--data/graphics/gui/vscroll_grey.pngbin371 -> 338 bytes
-rw-r--r--data/graphics/gui/vscroll_red.pngbin394 -> 338 bytes
23 files changed, 16 insertions, 36 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt
index 7b12c70c..347e9f5e 100644
--- a/data/graphics/gui/CMakeLists.txt
+++ b/data/graphics/gui/CMakeLists.txt
@@ -1,9 +1,9 @@
SET (FILES
bg_quad_dis.png
- browserfont.png
+ bubble.png
+ button.png
button_disabled.png
buttonhi.png
- button.png
buttonpress.png
checkbox.png
circle-gray.png
@@ -12,7 +12,6 @@ SET (FILES
deepbox.png
default.png
equip_bg.png
- fixedfont.png
gui.xml
hits_blue.png
hits_red.png
@@ -24,19 +23,12 @@ SET (FILES
hscroll_right_highlight.png
hscroll_right_pressed.png
item_shortcut_bgr.png
- menuitemD.png
- menuitemF.png
- menuitemN.png
- menuitemP.png
mouse.png
radioin.png
radioout.png
resize.png
- rpgfont_wider.png
- sansserif8.png
selection.png
slider.png
- speech_bubble.png
speechbubble.xml
tab.png
tabselected.png
@@ -46,7 +38,6 @@ SET (FILES
target-cursor-red-l.png
target-cursor-red-m.png
target-cursor-red-s.png
- thickborder.png
unknown-item.png
vscroll_blue.png
vscroll_down_default.png
diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am
index e859c201..d697ffd7 100644
--- a/data/graphics/gui/Makefile.am
+++ b/data/graphics/gui/Makefile.am
@@ -3,7 +3,7 @@ guidir = $(pkgdatadir)/data/graphics/gui
gui_DATA = \
bg_quad_dis.png \
- browserfont.png \
+ bubble.png \
button.png \
button_disabled.png \
buttonhi.png \
@@ -14,8 +14,6 @@ gui_DATA = \
close_button.png \
deepbox.png \
default.png \
- equip_bg.png \
- fixedfont.png \
gui.xml \
hits_blue.png \
hits_red.png \
@@ -28,19 +26,11 @@ gui_DATA = \
hscroll_right_pressed.png \
item_shortcut_bgr.png \
mouse.png \
- menuitemD.png \
- menuitemF.png \
- menuitemN.png \
- menuitemP.png \
- mouse.png \
radioin.png \
radioout.png \
resize.png \
- rpgfont_wider.png \
- sansserif8.png \
selection.png \
slider.png \
- speech_bubble.png \
speechbubble.xml \
tab.png \
tabselected.png \
@@ -50,7 +40,6 @@ gui_DATA = \
target-cursor-red-l.png \
target-cursor-red-m.png \
target-cursor-red-s.png \
- thickborder.png \
unknown-item.png \
vscroll_blue.png \
vscroll_down_default.png \
diff --git a/data/graphics/gui/browserfont.png b/data/graphics/gui/browserfont.png
deleted file mode 100644
index 431777c5..00000000
--- a/data/graphics/gui/browserfont.png
+++ /dev/null
Binary files differ
diff --git a/data/graphics/gui/bubble.png b/data/graphics/gui/bubble.png
new file mode 100644
index 00000000..45322eb2
--- /dev/null
+++ b/data/graphics/gui/bubble.png
Binary files differ
diff --git a/data/graphics/gui/deepbox.png b/data/graphics/gui/deepbox.png
index ed3231f3..084b5f61 100644
--- a/data/graphics/gui/deepbox.png
+++ b/data/graphics/gui/deepbox.png
Binary files differ
diff --git a/data/graphics/gui/default.png b/data/graphics/gui/default.png
index 4c312487..a8bc5baf 100644
--- a/data/graphics/gui/default.png
+++ b/data/graphics/gui/default.png
Binary files differ
diff --git a/data/graphics/gui/fixedfont.png b/data/graphics/gui/fixedfont.png
deleted file mode 100644
index 10319291..00000000
--- a/data/graphics/gui/fixedfont.png
+++ /dev/null
Binary files differ
diff --git a/data/graphics/gui/hits_blue.png b/data/graphics/gui/hits_blue.png
index 59458485..cfb04ab8 100644
--- a/data/graphics/gui/hits_blue.png
+++ b/data/graphics/gui/hits_blue.png
Binary files differ
diff --git a/data/graphics/gui/hits_red.png b/data/graphics/gui/hits_red.png
index da765dc4..150f1c1e 100644
--- a/data/graphics/gui/hits_red.png
+++ b/data/graphics/gui/hits_red.png
Binary files differ
diff --git a/data/graphics/gui/hits_yellow.png b/data/graphics/gui/hits_yellow.png
index d77b7c05..6975dfd5 100644
--- a/data/graphics/gui/hits_yellow.png
+++ b/data/graphics/gui/hits_yellow.png
Binary files differ
diff --git a/data/graphics/gui/item_shortcut_bgr.png b/data/graphics/gui/item_shortcut_bgr.png
index e878fc7a..57b90141 100644
--- a/data/graphics/gui/item_shortcut_bgr.png
+++ b/data/graphics/gui/item_shortcut_bgr.png
Binary files differ
diff --git a/data/graphics/gui/menuitemD.png b/data/graphics/gui/menuitemD.png
deleted file mode 100644
index a9fe2222..00000000
--- a/data/graphics/gui/menuitemD.png
+++ /dev/null
Binary files differ
diff --git a/data/graphics/gui/menuitemF.png b/data/graphics/gui/menuitemF.png
deleted file mode 100644
index 84142a16..00000000
--- a/data/graphics/gui/menuitemF.png
+++ /dev/null
Binary files differ
diff --git a/data/graphics/gui/menuitemN.png b/data/graphics/gui/menuitemN.png
deleted file mode 100644
index bf25dd61..00000000
--- a/data/graphics/gui/menuitemN.png
+++ /dev/null
Binary files differ
diff --git a/data/graphics/gui/menuitemP.png b/data/graphics/gui/menuitemP.png
deleted file mode 100644
index 060d5a34..00000000
--- a/data/graphics/gui/menuitemP.png
+++ /dev/null
Binary files differ
diff --git a/data/graphics/gui/rpgfont_wider.png b/data/graphics/gui/rpgfont_wider.png
deleted file mode 100644
index 55ccbbd6..00000000
--- a/data/graphics/gui/rpgfont_wider.png
+++ /dev/null
Binary files differ
diff --git a/data/graphics/gui/sansserif8.png b/data/graphics/gui/sansserif8.png
deleted file mode 100644
index 7eae7a1b..00000000
--- a/data/graphics/gui/sansserif8.png
+++ /dev/null
Binary files differ
diff --git a/data/graphics/gui/slider.png b/data/graphics/gui/slider.png
index 1f6e6b35..465ad0e8 100644
--- a/data/graphics/gui/slider.png
+++ b/data/graphics/gui/slider.png
Binary files differ
diff --git a/data/graphics/gui/speechbubble.xml b/data/graphics/gui/speechbubble.xml
index 1b11ea85..84b6557b 100644
--- a/data/graphics/gui/speechbubble.xml
+++ b/data/graphics/gui/speechbubble.xml
@@ -1,18 +1,18 @@
-<skinset name="SpeechBubble" image="speech_bubble.png">
+<skinset name="SpeechBubble" image="bubble.png">
<widget type="Window">
<!-- Top Row -->
- <part type="top-left-corner" xpos="0" ypos="0" width="14" height="14" />
- <part type="top-edge" xpos="15" ypos="0" width="1" height="14" />
- <part type="top-right-corner" xpos="17" ypos="0" width="17" height="14" />
+ <part type="top-left-corner" xpos="0" ypos="0" width="5" height="5" />
+ <part type="top-edge" xpos="5" ypos="0" width="5" height="5" />
+ <part type="top-right-corner" xpos="10" ypos="0" width="5" height="5" />
- <!-- Middle Row -->
- <part type="left-edge" xpos="0" ypos="15" width="14" height="1" />
- <part type="bg-quad" xpos="34" ypos="0" width="32" height="32" />
- <part type="right-edge" xpos="17" ypos="15" width="17" height="1" />
+ <!-- Middle Row -->
+ <part type="left-edge" xpos="0" ypos="5" width="5" height="5" />
+ <part type="bg-quad" xpos="5" ypos="5" width="5" height="5" />
+ <part type="right-edge" xpos="10" ypos="5" width="5" height="5" />
- <!-- Bottom Row -->
- <part type="bottom-left-corner" xpos="0" ypos="17" width="14" height="17" />
- <part type="bottom-edge" xpos="15" ypos="17" width="1" height="17" />
- <part type="bottom-right-corner" xpos="17" ypos="17" width="17" height="17" />
+ <!-- Bottom Row -->
+ <part type="bottom-left-corner" xpos="0" ypos="10" width="5" height="5" />
+ <part type="bottom-edge" xpos="5" ypos="10" width="5" height="5" />
+ <part type="bottom-right-corner" xpos="10" ypos="10" width="5" height="5" />
</widget>
-</skinset> \ No newline at end of file
+</skinset>
diff --git a/data/graphics/gui/thickborder.png b/data/graphics/gui/thickborder.png
deleted file mode 100644
index da72c92f..00000000
--- a/data/graphics/gui/thickborder.png
+++ /dev/null
Binary files differ
diff --git a/data/graphics/gui/vscroll_blue.png b/data/graphics/gui/vscroll_blue.png
index 397501ce..094a05d7 100644
--- a/data/graphics/gui/vscroll_blue.png
+++ b/data/graphics/gui/vscroll_blue.png
Binary files differ
diff --git a/data/graphics/gui/vscroll_grey.png b/data/graphics/gui/vscroll_grey.png
index 87ba8758..f99da467 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_red.png b/data/graphics/gui/vscroll_red.png
index d7ad4a90..6a733ecc 100644
--- a/data/graphics/gui/vscroll_red.png
+++ b/data/graphics/gui/vscroll_red.png
Binary files differ