summaryrefslogtreecommitdiff
path: root/data/graphics/gui/speechbubble.xml
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2008-09-25 00:20:43 +0000
committerIra Rice <irarice@gmail.com>2008-09-25 00:20:43 +0000
commitc6db9aaac28138dcd6bdfb49fdc98afb36cb9c54 (patch)
tree6addf03eed4042a3d3213134835c38d31445a51f /data/graphics/gui/speechbubble.xml
parent489a429bea6739dfa25503b9329bd9e33bffb856 (diff)
downloadmana-client-c6db9aaac28138dcd6bdfb49fdc98afb36cb9c54.tar.gz
mana-client-c6db9aaac28138dcd6bdfb49fdc98afb36cb9c54.tar.bz2
mana-client-c6db9aaac28138dcd6bdfb49fdc98afb36cb9c54.tar.xz
mana-client-c6db9aaac28138dcd6bdfb49fdc98afb36cb9c54.zip
Forgot to merge in the new files and resources into trunk.
Diffstat (limited to 'data/graphics/gui/speechbubble.xml')
-rw-r--r--data/graphics/gui/speechbubble.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/graphics/gui/speechbubble.xml b/data/graphics/gui/speechbubble.xml
new file mode 100644
index 00000000..1b11ea85
--- /dev/null
+++ b/data/graphics/gui/speechbubble.xml
@@ -0,0 +1,18 @@
+<skinset name="SpeechBubble" image="speech_bubble.png">
+ <widget type="Window">
+ <!-- Top Row -->
+ <part type="top-left-corner" xpos="0" ypos="0" width="14" height="14" />
+ <part type="top-edge" xpos="15" ypos="0" width="1" height="14" />
+ <part type="top-right-corner" xpos="17" ypos="0" width="17" height="14" />
+
+ <!-- Middle Row -->
+ <part type="left-edge" xpos="0" ypos="15" width="14" height="1" />
+ <part type="bg-quad" xpos="34" ypos="0" width="32" height="32" />
+ <part type="right-edge" xpos="17" ypos="15" width="17" height="1" />
+
+ <!-- Bottom Row -->
+ <part type="bottom-left-corner" xpos="0" ypos="17" width="14" height="17" />
+ <part type="bottom-edge" xpos="15" ypos="17" width="1" height="17" />
+ <part type="bottom-right-corner" xpos="17" ypos="17" width="17" height="17" />
+ </widget>
+</skinset> \ No newline at end of file