2009-02-05 14:11:59 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
2014-09-25 16:41:27 +02:00
|
|
|
<MyGUI type="Resource" version="1.1">
|
2013-02-28 20:16:46 +01:00
|
|
|
|
2009-02-08 18:41:03 +00:00
|
|
|
<!-- The 'box' frame that surrounds various HUD items and other elements -->
|
2013-02-24 16:57:40 +01:00
|
|
|
|
2014-09-25 16:41:27 +02:00
|
|
|
<Resource type="ResourceSkin" name="HUD_Box" size="40 40">
|
2013-02-28 20:16:46 +01:00
|
|
|
|
2015-01-24 19:26:31 +01:00
|
|
|
<!-- The interior of the box -->
|
2012-05-21 08:14:22 +02:00
|
|
|
|
2015-01-24 19:26:31 +01:00
|
|
|
<Child type="Widget" skin="BlackBG" offset="0 0 40 40" align="Stretch" name="Client"/>
|
2012-05-21 08:14:22 +02:00
|
|
|
|
2015-01-24 19:26:31 +01:00
|
|
|
<!-- Borders -->
|
2013-02-28 20:16:46 +01:00
|
|
|
|
2015-01-24 19:26:31 +01:00
|
|
|
<Child type="Widget" skin="MW_Box" offset="0 0 40 40" align="Left Stretch" name="Client"/>
|
2013-02-28 20:16:46 +01:00
|
|
|
|
2014-09-25 16:41:27 +02:00
|
|
|
</Resource>
|
2012-05-24 15:11:45 +02:00
|
|
|
|
2014-09-25 16:41:27 +02:00
|
|
|
<Resource type="ResourceSkin" name="HUD_Box_Transparent" size="40 40">
|
2013-08-07 21:43:19 +02:00
|
|
|
<Child type="Widget" skin="MW_Box" offset="0 0 40 40" align="Left Stretch" name="Client"/>
|
2014-09-25 16:41:27 +02:00
|
|
|
</Resource>
|
2013-03-03 12:01:19 +01:00
|
|
|
|
2014-09-25 16:41:27 +02:00
|
|
|
<Resource type="ResourceSkin" name="HUD_Box_NoTransp" size="40 40">
|
2012-05-24 15:11:45 +02:00
|
|
|
|
2015-01-24 19:26:31 +01:00
|
|
|
<!-- The interior of the box -->
|
2012-05-24 15:11:45 +02:00
|
|
|
|
2015-01-24 19:26:31 +01:00
|
|
|
<Child type="Widget" skin="DialogBG" offset="0 0 40 40" align="Stretch" name="Client"/>
|
2012-05-24 15:11:45 +02:00
|
|
|
|
2015-01-24 19:26:31 +01:00
|
|
|
<!-- Borders -->
|
2013-02-28 20:16:46 +01:00
|
|
|
|
2015-01-24 19:26:31 +01:00
|
|
|
<Child type="Widget" skin="MW_Box" offset="0 0 40 40" align="Left Stretch" name="Client"/>
|
2013-02-28 20:16:46 +01:00
|
|
|
|
2014-09-25 16:41:27 +02:00
|
|
|
</Resource>
|
2015-07-18 16:56:57 +02:00
|
|
|
|
2015-07-18 21:29:38 +02:00
|
|
|
<Resource type="ResourceSkin" name="HUD_Box_NoTransp_Owned" size="40 40">
|
2015-07-18 16:56:57 +02:00
|
|
|
|
|
|
|
<!-- The interior of the box -->
|
|
|
|
|
2015-07-18 21:29:38 +02:00
|
|
|
<Child type="Widget" skin="DialogBG_Owned" offset="0 0 40 40" align="Stretch" name="Client"/>
|
2015-07-18 16:56:57 +02:00
|
|
|
|
|
|
|
<!-- Borders -->
|
|
|
|
|
|
|
|
<Child type="Widget" skin="MW_Box" offset="0 0 40 40" align="Left Stretch" name="Client"/>
|
|
|
|
|
|
|
|
</Resource>
|
2015-07-18 21:29:38 +02:00
|
|
|
|
|
|
|
<!-- Defines crosshair color -->
|
|
|
|
<Resource type="ResourceSkin" name="HUD_Crosshair" size="32 32" texture="textures\target.dds">
|
|
|
|
<BasisSkin type="MainSkin" offset="0 0 32 32">
|
|
|
|
<State name="normal" offset="0 0 32 32"/>
|
|
|
|
</BasisSkin>
|
|
|
|
</Resource>
|
|
|
|
|
|
|
|
<!-- Defines owned crosshair color -->
|
|
|
|
<Resource type="ResourceSkin" name="HUD_Crosshair_Owned" size="32 32" texture="textures\target.dds">
|
|
|
|
<Property key="Colour" value="0.9 0 0 1"/>
|
|
|
|
<BasisSkin type="MainSkin" offset="0 0 32 32">
|
|
|
|
<State name="normal" offset="0 0 32 32"/>
|
|
|
|
</BasisSkin>
|
|
|
|
</Resource>
|
2013-02-28 20:16:46 +01:00
|
|
|
|
2009-02-05 14:11:59 +00:00
|
|
|
</MyGUI>
|