2009-02-05 14:11:59 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Skin">
|
2013-02-28 19:16:46 +00:00
|
|
|
|
2009-02-08 18:41:03 +00:00
|
|
|
<!-- The 'box' frame that surrounds various HUD items and other elements -->
|
2013-02-24 15:57:40 +00:00
|
|
|
|
2013-02-28 19:16:46 +00:00
|
|
|
<Skin name="HUD_Box" size="40 40">
|
|
|
|
|
|
|
|
<!-- Borders -->
|
2012-05-21 06:14:22 +00:00
|
|
|
|
2013-02-28 19:16:46 +00:00
|
|
|
<Child type="Widget" skin="MW_Box" offset="0 0 40 40" align="ALIGN_LEFT Stretch" name="Client"/>
|
2012-05-21 06:14:22 +00:00
|
|
|
|
2009-02-05 14:11:59 +00:00
|
|
|
<!-- The interior of the box -->
|
2013-02-28 19:16:46 +00:00
|
|
|
|
2009-02-05 14:11:59 +00:00
|
|
|
<Child type="Widget" skin="BlackBG" offset="2 2 36 36" align="ALIGN_STRETCH" name="Client"/>
|
2013-02-28 19:16:46 +00:00
|
|
|
|
2009-02-05 14:11:59 +00:00
|
|
|
</Skin>
|
2012-05-24 13:11:45 +00:00
|
|
|
|
2013-02-28 19:16:46 +00:00
|
|
|
<Skin name="HUD_Box_NoTransp" size="40 40">
|
2012-05-24 13:11:45 +00:00
|
|
|
|
2013-02-28 19:16:46 +00:00
|
|
|
<!-- Borders -->
|
2012-05-24 13:11:45 +00:00
|
|
|
|
2013-02-28 19:16:46 +00:00
|
|
|
<Child type="Widget" skin="MW_Box" offset="0 0 40 40" align="ALIGN_LEFT Stretch" name="Client"/>
|
2012-05-24 13:11:45 +00:00
|
|
|
|
|
|
|
<!-- The interior of the box -->
|
2013-02-28 19:16:46 +00:00
|
|
|
|
2012-05-24 13:11:45 +00:00
|
|
|
<Child type="Widget" skin="DialogBG" offset="2 2 36 36" align="ALIGN_STRETCH" name="Client"/>
|
2013-02-28 19:16:46 +00:00
|
|
|
|
2012-05-24 13:11:45 +00:00
|
|
|
</Skin>
|
2013-02-28 19:16:46 +00:00
|
|
|
|
2009-02-05 14:11:59 +00:00
|
|
|
</MyGUI>
|