|
|
|
@ -32,16 +32,31 @@
|
|
|
|
|
|
|
|
|
|
</Resource>
|
|
|
|
|
|
|
|
|
|
<Resource type="ResourceSkin" name="HUD_Box_NoTransp_R" size="40 40">
|
|
|
|
|
<Resource type="ResourceSkin" name="HUD_Box_NoTransp_Owned" size="40 40">
|
|
|
|
|
|
|
|
|
|
<!-- The interior of the box -->
|
|
|
|
|
|
|
|
|
|
<Child type="Widget" skin="DialogBG_R" offset="0 0 40 40" align="Stretch" name="Client"/>
|
|
|
|
|
<Child type="Widget" skin="DialogBG_Owned" offset="0 0 40 40" align="Stretch" name="Client"/>
|
|
|
|
|
|
|
|
|
|
<!-- Borders -->
|
|
|
|
|
|
|
|
|
|
<Child type="Widget" skin="MW_Box" offset="0 0 40 40" align="Left Stretch" name="Client"/>
|
|
|
|
|
|
|
|
|
|
</Resource>
|
|
|
|
|
|
|
|
|
|
<!-- 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>
|
|
|
|
|
|
|
|
|
|
</MyGUI>
|
|
|
|
|