|
|
|
@ -13,7 +13,7 @@
|
|
|
|
|
<!-- Equipped weapon box -->
|
|
|
|
|
<Widget type="Widget" skin="HUD_Box" position="82 146 36 36"
|
|
|
|
|
align="Left Bottom">
|
|
|
|
|
<Widget type="StaticImage" skin="StaticImage" position="2 2 32 32" align="Left Top"
|
|
|
|
|
<Widget type="ImageBox" skin="ImageBox" position="2 2 32 32" align="Left Top"
|
|
|
|
|
name="WeapImage"/>
|
|
|
|
|
</Widget>
|
|
|
|
|
<Widget type="Progress" skin="MW_EnergyBar_Red" position="82 182 36 6"
|
|
|
|
@ -22,7 +22,7 @@
|
|
|
|
|
<!-- Selected spell box -->
|
|
|
|
|
<Widget type="Widget" skin="HUD_Box" position="122 146 36 36"
|
|
|
|
|
align="Left Bottom">
|
|
|
|
|
<Widget type="StaticImage" skin="StaticImage" position="2 2 32 32" align="Left Top"
|
|
|
|
|
<Widget type="ImageBox" skin="ImageBox" position="2 2 32 32" align="Left Top"
|
|
|
|
|
name="SpellImage"/>
|
|
|
|
|
</Widget>
|
|
|
|
|
<Widget type="Progress" skin="MW_EnergyBar_Red" position="122 182 36 6"
|
|
|
|
@ -31,22 +31,22 @@
|
|
|
|
|
<!-- Spell effects box -->
|
|
|
|
|
<Widget type="Widget" skin="HUD_Box" position="199 168 20 20"
|
|
|
|
|
align="Right Bottom" name="EffectBox">
|
|
|
|
|
<Widget type="StaticImage" skin="StaticImage" position="2 2 16 16" align="Left Bottom"
|
|
|
|
|
<Widget type="ImageBox" skin="ImageBox" position="2 2 16 16" align="Left Bottom"
|
|
|
|
|
name="Effect1"/>
|
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
<!-- Map box -->
|
|
|
|
|
<Widget type="Widget" skin="HUD_Box" position="223 123 65 65"
|
|
|
|
|
align="Right Bottom">
|
|
|
|
|
<Widget type="StaticImage" skin="StaticImage" position="2 2 61 61" align="Left Bottom"
|
|
|
|
|
<Widget type="ImageBox" skin="ImageBox" position="2 2 61 61" align="Left Bottom"
|
|
|
|
|
name="MiniMap"/>
|
|
|
|
|
<Widget type="StaticImage" skin="StaticImage" position="17 18 32 32" align="Left Bottom"
|
|
|
|
|
<Widget type="ImageBox" skin="ImageBox" position="17 18 32 32" align="Left Bottom"
|
|
|
|
|
name="Compass"/>
|
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
<!-- Crosshair -->
|
|
|
|
|
|
|
|
|
|
<Widget type="StaticImage" skin="StaticImage" position="0 0 32
|
|
|
|
|
<Widget type="ImageBox" skin="ImageBox" position="0 0 32
|
|
|
|
|
32" align="Center Center" name="Crosshair"/>
|
|
|
|
|
|
|
|
|
|
<!-- Basic FPSCounter box -->
|
|
|
|
|