blob: c4fd11f6bf7eeb3e4900cf4382397b0595bfb55f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<skinset name="Default" image="scrolls.png">
<widget type="Window">
<!-- Top Row -->
<part type="top-left-corner" xpos="0" ypos="0" width="64" height="64" />
<part type="top-edge" xpos="64" ypos="0" width="167" height="64" />
<part type="top-right-corner" xpos="231" ypos="0" width="64" height="64" />
<!-- Middle Row -->
<part type="left-edge" xpos="0" ypos="64" width="64" height="155" />
<part type="bg-quad" xpos="64" ypos="64" width="167" height="155" />
<part type="right-edge" xpos="231" ypos="64" width="64" height="155" />
<!-- Bottom Row -->
<part type="bottom-left-corner" xpos="0" ypos="219" width="64" height="64" />
<part type="bottom-edge" xpos="64" ypos="219" width="167" height="64" />
<part type="bottom-right-corner" xpos="231" ypos="219" width="64" height="64" />
</widget>
</skinset>
|