diff options
author | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-08-01 13:53:06 +0200 |
---|---|---|
committer | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-08-01 13:53:26 +0200 |
commit | 0ef54a409801ef8e8ffd9dd45146094c2b553abc (patch) | |
tree | 88987a93f9cae97459db6c63ed19804d334ea035 /data/graphics | |
parent | 0ba2b8cf8040594b0780c66d68f32aba0cc56f89 (diff) | |
download | mana-0ef54a409801ef8e8ffd9dd45146094c2b553abc.tar.gz mana-0ef54a409801ef8e8ffd9dd45146094c2b553abc.tar.bz2 mana-0ef54a409801ef8e8ffd9dd45146094c2b553abc.tar.xz mana-0ef54a409801ef8e8ffd9dd45146094c2b553abc.zip |
Themed the npc dialog
Diffstat (limited to 'data/graphics')
-rw-r--r-- | data/graphics/gui/npcdialog.png | bin | 8861 -> 649 bytes | |||
-rw-r--r-- | data/graphics/gui/npcdialog.xml | 28 |
2 files changed, 14 insertions, 14 deletions
diff --git a/data/graphics/gui/npcdialog.png b/data/graphics/gui/npcdialog.png Binary files differindex 553a2c95..61f0c5ce 100644 --- a/data/graphics/gui/npcdialog.png +++ b/data/graphics/gui/npcdialog.png 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> |