diff options
author | Hal9OOO <miglietta.francesco@gmail.com> | 2013-04-29 20:03:17 +0200 |
---|---|---|
committer | Hal9OOO <miglietta.francesco@gmail.com> | 2013-04-29 20:03:17 +0200 |
commit | ff9d35630854c8dbe2bc566bdf222bed65666d4d (patch) | |
tree | c6d459b145ae045415d3fcac0912ac55cbff3ecb /data/themes | |
parent | a4d15a399a806be0e87a52508e05f07219b26c65 (diff) | |
download | plus-ff9d35630854c8dbe2bc566bdf222bed65666d4d.tar.gz plus-ff9d35630854c8dbe2bc566bdf222bed65666d4d.tar.bz2 plus-ff9d35630854c8dbe2bc566bdf222bed65666d4d.tar.xz plus-ff9d35630854c8dbe2bc566bdf222bed65666d4d.zip |
Jewelry Theme: New Character Selection graphic implemented.
Diffstat (limited to 'data/themes')
-rw-r--r-- | data/themes/jewelry/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/themes/jewelry/Makefile.am | 1 | ||||
-rw-r--r-- | data/themes/jewelry/playerboxselected.xml | 24 | ||||
-rw-r--r-- | data/themes/jewelry/window.png | bin | 32735 -> 34444 bytes |
4 files changed, 26 insertions, 0 deletions
diff --git a/data/themes/jewelry/CMakeLists.txt b/data/themes/jewelry/CMakeLists.txt index 3517c0b7e..29bddf8bf 100644 --- a/data/themes/jewelry/CMakeLists.txt +++ b/data/themes/jewelry/CMakeLists.txt @@ -44,6 +44,7 @@ SET (FILES npc.xml ok.xml playerbox.xml + playerboxselected.xml popup.xml popuplist.xml progressbar.xml diff --git a/data/themes/jewelry/Makefile.am b/data/themes/jewelry/Makefile.am index efd604066..107d6b077 100644 --- a/data/themes/jewelry/Makefile.am +++ b/data/themes/jewelry/Makefile.am @@ -47,6 +47,7 @@ gui_DATA = \ npc.xml \ ok.xml \ playerbox.xml \ + playerboxselected.xml \ popup.xml \ popuplist.xml \ progressbar.xml \ diff --git a/data/themes/jewelry/playerboxselected.xml b/data/themes/jewelry/playerboxselected.xml new file mode 100644 index 000000000..da6bb93c2 --- /dev/null +++ b/data/themes/jewelry/playerboxselected.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="404" ypos="0"> + <option name="drawbackground" value="1" /> + <option name="offsetX" value="-16" /> + <option name="offsetY" value="-32" /> + <option name="frameSize" value="4" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="10" ypos="0" width="12" height="10" /> + <part type="top-right-corner" xpos="22" ypos="0" width="10" height="10" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="10" width="10" height="12" /> + <part type="bg-quad" xpos="10" ypos="10" width="12" height="12" /> + <part type="right-edge" xpos="22" ypos="10" width="10" height="12" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="22" width="10" height="10" /> + <part type="bottom-edge" xpos="10" ypos="22" width="12" height="10" /> + <part type="bottom-right-corner" xpos="22" ypos="22" width="10" height="10" /> + </widget> +</skinset> diff --git a/data/themes/jewelry/window.png b/data/themes/jewelry/window.png Binary files differindex 8b6f0002a..88298d653 100644 --- a/data/themes/jewelry/window.png +++ b/data/themes/jewelry/window.png |