diff options
Diffstat (limited to 'data/graphics')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/graphics/gui/Makefile.am | 1 | ||||
-rw-r--r-- | data/graphics/gui/playerbox.xml | 4 | ||||
-rw-r--r-- | data/graphics/gui/playerboxselected.xml | 24 | ||||
-rw-r--r-- | data/graphics/gui/window.png | bin | 23006 -> 23043 bytes |
5 files changed, 28 insertions, 2 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index f8559824a..4a1091b47 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -39,6 +39,7 @@ SET (FILES mouse.png ok.xml playerbox.xml + playerboxselected.xml popup.xml progress-indicator.png progressbar.xml diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 6aedbc32d..ffcfbca53 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -42,6 +42,7 @@ gui_DATA = \ mouse.png \ ok.xml \ playerbox.xml \ + playerboxselected.xml \ popup.xml \ progress-indicator.png \ progressbar.xml \ diff --git a/data/graphics/gui/playerbox.xml b/data/graphics/gui/playerbox.xml index 5718410b9..88e98604e 100644 --- a/data/graphics/gui/playerbox.xml +++ b/data/graphics/gui/playerbox.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="41" ypos="186"> - <option name="drawbackground" value="0" /> + <widget type="Window" xpos="75" ypos="186"> + <option name="drawbackground" value="1" /> <option name="offsetX" value="-16" /> <option name="offsetY" value="-32" /> <option name="frameSize" value="2" /> diff --git a/data/graphics/gui/playerboxselected.xml b/data/graphics/gui/playerboxselected.xml new file mode 100644 index 000000000..69d50cc4e --- /dev/null +++ b/data/graphics/gui/playerboxselected.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="109" ypos="186"> + <option name="drawbackground" value="0" /> + <option name="offsetX" value="-16" /> + <option name="offsetY" value="-32" /> + <option name="frameSize" value="2" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> + <part type="top-edge" xpos="3" ypos="0" width="26" height="4" /> + <part type="top-right-corner" xpos="28" ypos="0" width="4" height="4" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="3" width="4" height="26" /> + <part type="bg-quad" xpos="3" ypos="3" width="26" height="26" /> + <part type="right-edge" xpos="28" ypos="3" width="4" height="26" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="28" width="4" height="4" /> + <part type="bottom-edge" xpos="3" ypos="28" width="26" height="4" /> + <part type="bottom-right-corner" xpos="28" ypos="28" width="4" height="4" /> + </widget> +</skinset> diff --git a/data/graphics/gui/window.png b/data/graphics/gui/window.png Binary files differindex dbdd59304..183951897 100644 --- a/data/graphics/gui/window.png +++ b/data/graphics/gui/window.png |