2009-02-05 14:11:59 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Skin">
|
2009-02-08 18:41:03 +00:00
|
|
|
<!-- The 'box' frame that surrounds various HUD items and other elements -->
|
2009-02-05 14:11:59 +00:00
|
|
|
<Skin name="HUD_Box" size="40 40" texture="menu_icon_equip.dds">
|
|
|
|
<BasisSkin type="SubSkin" offset="0 0 40 2" align= "ALIGN_TOP ALIGN_HSTRETCH">
|
|
|
|
<State name="normal" offset="2 2 40 2"/>
|
|
|
|
</BasisSkin>
|
|
|
|
<BasisSkin type="SubSkin" offset="0 38 40 2" align= "ALIGN_BOTTOM ALIGN_HSTRETCH">
|
|
|
|
<State name="normal" offset="2 40 40 2"/>
|
|
|
|
</BasisSkin>
|
|
|
|
<BasisSkin type="SubSkin" offset="0 2 2 36" align= "ALIGN_LEFT ALIGN_VSTRETCH">
|
|
|
|
<State name="normal" offset="2 4 2 36"/>
|
|
|
|
</BasisSkin>
|
|
|
|
<BasisSkin type="SubSkin" offset="38 2 2 36" align= "ALIGN_RIGHT ALIGN_VSTRETCH">
|
|
|
|
<State name="normal" offset="40 4 2 36"/>
|
|
|
|
</BasisSkin>
|
|
|
|
<!-- The interior of the box -->
|
|
|
|
<Child type="Widget" skin="BlackBG" offset="2 2 36 36" align="ALIGN_STRETCH" name="Client"/>
|
|
|
|
</Skin>
|
|
|
|
</MyGUI>
|