summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorHal9OOO <miglietta.francesco@gmail.com>2012-12-09 22:27:48 +0100
committerHal9OOO <miglietta.francesco@gmail.com>2012-12-09 22:27:48 +0100
commit258d1f03e703925f450b1f0e5fa4cb66dc5e0179 (patch)
tree5723d45ce4aa3bafcf983b0bba5730e033a70074 /data
parent2ea9457fc69c641c3bddc170559a0d07e92ffc64 (diff)
downloadManaVerse-258d1f03e703925f450b1f0e5fa4cb66dc5e0179.tar.gz
ManaVerse-258d1f03e703925f450b1f0e5fa4cb66dc5e0179.tar.bz2
ManaVerse-258d1f03e703925f450b1f0e5fa4cb66dc5e0179.tar.xz
ManaVerse-258d1f03e703925f450b1f0e5fa4cb66dc5e0179.zip
Joypad area new behaviour enabled in Jewelry Theme.
Diffstat (limited to 'data')
-rw-r--r--data/themes/jewelry/dpad.xml17
-rw-r--r--data/themes/jewelry/window.pngbin24065 -> 24161 bytes
2 files changed, 15 insertions, 2 deletions
diff --git a/data/themes/jewelry/dpad.xml b/data/themes/jewelry/dpad.xml
index 1a02f7599..329321323 100644
--- a/data/themes/jewelry/dpad.xml
+++ b/data/themes/jewelry/dpad.xml
@@ -1,11 +1,24 @@
<skinset name="Default" image="window.png">
- <widget type="Window">
+ <widget type="Window" xpos="371" ypos="0">
<option name="padding" value="10" />
<option name="x" value="0" />
<option name="y" value="0" />
- <part type="standart" xpos="371" ypos="0" width="100" height="100" />
+ <!-- Top Row -->
+ <part type="top-left-corner" xpos="0" ypos="0" width="3" height="3" />
+ <part type="top-edge" xpos="3" ypos="0" width="26" height="3" />
+ <part type="top-right-corner" xpos="29" ypos="0" width="3" height="3" />
+
+ <!-- Middle Row -->
+ <part type="left-edge" xpos="0" ypos="3" width="3" height="26" />
+ <part type="bg-quad" xpos="3" ypos="3" width="26" height="26" />
+ <part type="right-edge" xpos="29" ypos="3" width="3" height="26" />
+
+ <!-- Bottom Row -->
+ <part type="bottom-left-corner" xpos="0" ypos="29" width="3" height="3" />
+ <part type="bottom-edge" xpos="3" ypos="29" width="26" height="3" />
+ <part type="bottom-right-corner" xpos="29" ypos="29" width="3" height="3" />
</widget>
</skinset>
diff --git a/data/themes/jewelry/window.png b/data/themes/jewelry/window.png
index 1f4302420..0fb08a0d1 100644
--- a/data/themes/jewelry/window.png
+++ b/data/themes/jewelry/window.png
Binary files differ