summaryrefslogtreecommitdiff
path: root/data/graphics/gui/speechbubble.xml
blob: 1b11ea85940e0ed98cb9f4eb95d9850d2b551df3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>