blob: 40f1fcc6399e7fa628dde66053de84be53312325 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<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="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="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>
|