You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
114 lines
5.6 KiB
XML
114 lines
5.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Resource" version="1.1">
|
|
<!-- Progress bar track, various colors -->
|
|
<Resource type="ResourceSkin" name="MW_Track_Red" size="2 14" texture="textures\menu_bar_gray.dds" >
|
|
<Property key="Colour" value="#{fontcolour=health}"/>
|
|
<BasisSkin type="MainSkin" offset="0 0 16 16" align="Stretch">
|
|
<State name="normal" offset="0 0 16 16"/>
|
|
</BasisSkin>
|
|
</Resource>
|
|
<Resource type="ResourceSkin" name="MW_Track_Blue" size="2 14" texture="textures\menu_bar_gray.dds" >
|
|
<Property key="Colour" value="#{fontcolour=magic}"/>
|
|
<BasisSkin type="MainSkin" offset="0 0 16 16" align="Stretch">
|
|
<State name="normal" offset="0 0 16 16"/>
|
|
</BasisSkin>
|
|
</Resource>
|
|
<Resource type="ResourceSkin" name="MW_Track_Green" size="2 14" texture="textures\menu_bar_gray.dds" >
|
|
<Property key="Colour" value="#{fontcolour=fatigue}"/>
|
|
<BasisSkin type="MainSkin" offset="0 0 16 16" align="Stretch">
|
|
<State name="normal" offset="0 0 16 16"/>
|
|
</BasisSkin>
|
|
</Resource>
|
|
<!-- Lighter variants (only uses top half of the gradient) -->
|
|
<Resource type="ResourceSkin" name="MW_BigTrack_Progress_Red_Small" size="16 8" texture="textures\menu_bar_gray.dds" >
|
|
<Property key="Colour" value="1 0 0"/>
|
|
<BasisSkin type="MainSkin" offset="0 0 16 8" align="Stretch">
|
|
<State name="normal" offset="0 0 16 8"/>
|
|
</BasisSkin>
|
|
</Resource>
|
|
<Resource type="ResourceSkin" name="MW_BigTrack_Progress_Blue_Small" size="16 8" texture="textures\menu_bar_gray.dds" >
|
|
<Property key="Colour" value="0.3 0.3 1"/>
|
|
<BasisSkin type="MainSkin" offset="0 0 16 8" align="Stretch">
|
|
<State name="normal" offset="0 0 16 8"/>
|
|
</BasisSkin>
|
|
</Resource>
|
|
<Resource type="ResourceSkin" name="MW_BigTrack_Progress_Green_Small" size="16 8" texture="textures\menu_bar_gray.dds" >
|
|
<Property key="Colour" value="0.298 0.784 0.780"/>
|
|
<BasisSkin type="MainSkin" offset="0 0 16 8" align="Stretch">
|
|
<State name="normal" offset="0 0 16 8"/>
|
|
</BasisSkin>
|
|
</Resource>
|
|
<Resource type="ResourceSkin" name="MW_Progress_Drowning_Full_Small" size="16 8" texture="white" >
|
|
<Property key="Colour" value="0.035 0.545 0.545"/>
|
|
<BasisSkin type="MainSkin" offset="0 0 16 8" align="Stretch">
|
|
<State name="normal" offset="0 0 16 8"/>
|
|
</BasisSkin>
|
|
</Resource>
|
|
<Resource type="ResourceSkin" name="MW_Progress_Drowning_Small" size="16 8" texture="white" >
|
|
<Property key="Colour" value="0.785 0 0"/>
|
|
<BasisSkin type="MainSkin" offset="0 0 16 8" align="Stretch">
|
|
<State name="normal" offset="0 0 16 8"/>
|
|
</BasisSkin>
|
|
</Resource>
|
|
<Resource type="ResourceSkin" name="MW_Progress_Loading_Small" size="16 8" texture="white" >
|
|
<Property key="Colour" value="0 0.615 0.620"/>
|
|
<BasisSkin type="MainSkin" offset="0 0 16 8" align="Stretch">
|
|
<State name="normal" offset="0 0 16 8"/>
|
|
</BasisSkin>
|
|
</Resource>
|
|
<Resource type="ResourceSkin" name="ProgressText" size="16 16">
|
|
<Property key="FontName" value="Default"/>
|
|
<Property key="TextAlign" value="VCenter HCenter"/>
|
|
<Property key="TextColour" value="#{fontcolour=normal}"/>
|
|
<Property key="TextShadow" value="true"/>
|
|
|
|
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/>
|
|
</Resource>
|
|
|
|
<!-- Main energy bar widget definitions. There's one for each color.-->
|
|
|
|
<Resource type="ResourceSkin" name="MW_Progress_Red" size="64 12">
|
|
<Property key="TrackSkin" value="MW_Track_Red"/>
|
|
<Property key="TrackFill" value="1"/>
|
|
|
|
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
|
|
<Child type="Widget" skin="TransparentBG" offset="2 2 60 8" align="Stretch" name="Client"/>
|
|
</Resource>
|
|
|
|
<Resource type="ResourceSkin" name="MW_Progress_Green" size="64 12">
|
|
<Property key="TrackSkin" value="MW_Track_Green"/>
|
|
<Property key="TrackFill" value="1"/>
|
|
|
|
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
|
|
<Child type="Widget" skin="TransparentBG" offset="2 2 60 8" align="Stretch" name="Client"/>
|
|
</Resource>
|
|
|
|
<Resource type="ResourceSkin" name="MW_Progress_Blue" size="64 12">
|
|
<Property key="TrackSkin" value="MW_Track_Blue"/>
|
|
<Property key="TrackFill" value="1"/>
|
|
|
|
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
|
|
<Child type="Widget" skin="TransparentBG" offset="2 2 60 8" align="Stretch" name="Client"/>
|
|
</Resource>
|
|
|
|
<Resource type="ResourceSkin" name="MW_Progress_Drowning_Full" size="64 6">
|
|
<Property key="TrackSkin" value="MW_Progress_Drowning_Full_Small"/>
|
|
<Property key="TrackFill" value="1"/>
|
|
<Child type="Widget" skin="TransparentBG" offset="2 2 60 2" align="Stretch" name="Client"/>
|
|
</Resource>
|
|
|
|
<Resource type="ResourceSkin" name="MW_ProgressScroll_Loading" size="64 6">
|
|
<Property key="TrackFill" value="1"/>
|
|
<Property key="TrackRangeMargins" value="0 0"/>
|
|
<Property key="MinTrackSize" value="1"/>
|
|
<Property key="VerticalAlignment" value="false"/>
|
|
<Property key="MoveToClick" value="false"/>
|
|
|
|
<Child type="Widget" skin="TransparentBG" offset="2 2 60 2" align="Stretch" name="Client"/>
|
|
<Child type="Button" skin="MW_Progress_Loading_Small" offset="0 0 1 6" align="Left VStretch" name="Track"/>
|
|
|
|
<Child type="Widget" skin="MW_Box" offset="0 0 64 6" align="Stretch"/>
|
|
</Resource>
|
|
</MyGUI>
|