summaryrefslogtreecommitdiff
path: root/data/graphics/gui/npcdialog.xml
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2012-08-01 13:53:06 +0200
committerErik Schilling <ablu.erikschilling@googlemail.com>2012-08-01 13:53:26 +0200
commit0ef54a409801ef8e8ffd9dd45146094c2b553abc (patch)
tree88987a93f9cae97459db6c63ed19804d334ea035 /data/graphics/gui/npcdialog.xml
parent0ba2b8cf8040594b0780c66d68f32aba0cc56f89 (diff)
downloadmana-client-0ef54a409801ef8e8ffd9dd45146094c2b553abc.tar.gz
mana-client-0ef54a409801ef8e8ffd9dd45146094c2b553abc.tar.bz2
mana-client-0ef54a409801ef8e8ffd9dd45146094c2b553abc.tar.xz
mana-client-0ef54a409801ef8e8ffd9dd45146094c2b553abc.zip
Themed the npc dialog
Diffstat (limited to 'data/graphics/gui/npcdialog.xml')
-rw-r--r--data/graphics/gui/npcdialog.xml28
1 files changed, 14 insertions, 14 deletions
diff --git a/data/graphics/gui/npcdialog.xml b/data/graphics/gui/npcdialog.xml
index 16fff1af..40f1fcc6 100644
--- a/data/graphics/gui/npcdialog.xml
+++ b/data/graphics/gui/npcdialog.xml
@@ -1,18 +1,18 @@
-<skinset name="NpcDialog" image="npcdialog.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" />
+<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="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" />
+ <!-- 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="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" />
+ <!-- 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>