2009-02-08 18:41:03 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
2014-09-25 14:41:27 +00:00
|
|
|
<MyGUI type="Resource" version="1.1">
|
2009-02-08 18:41:03 +00:00
|
|
|
<!-- Progress bar track, various colors -->
|
2019-04-27 07:57:46 +00:00
|
|
|
<Resource type="ResourceSkin" name="MW_Track_Red" size="2 14" texture="textures\menu_bar_gray.dds" >
|
2014-09-20 07:07:47 +00:00
|
|
|
<Property key="Colour" value="#{fontcolour=health}"/>
|
2019-04-27 07:57:46 +00:00
|
|
|
<BasisSkin type="MainSkin" offset="0 0 16 16" align="Stretch">
|
|
|
|
<State name="normal" offset="0 0 16 16"/>
|
2009-02-08 18:41:03 +00:00
|
|
|
</BasisSkin>
|
2014-09-25 14:41:27 +00:00
|
|
|
</Resource>
|
2019-04-27 07:57:46 +00:00
|
|
|
<Resource type="ResourceSkin" name="MW_Track_Blue" size="2 14" texture="textures\menu_bar_gray.dds" >
|
2014-09-20 07:07:47 +00:00
|
|
|
<Property key="Colour" value="#{fontcolour=magic}"/>
|
2019-04-27 07:57:46 +00:00
|
|
|
<BasisSkin type="MainSkin" offset="0 0 16 16">
|
|
|
|
<State name="normal" offset="0 0 16 16"/>
|
2009-02-08 18:41:03 +00:00
|
|
|
</BasisSkin>
|
2014-09-25 14:41:27 +00:00
|
|
|
</Resource>
|
2019-04-27 07:57:46 +00:00
|
|
|
<Resource type="ResourceSkin" name="MW_Track_Green" size="2 14" texture="textures\menu_bar_gray.dds" >
|
2014-09-20 07:07:47 +00:00
|
|
|
<Property key="Colour" value="#{fontcolour=fatigue}"/>
|
2019-04-27 07:57:46 +00:00
|
|
|
<BasisSkin type="MainSkin" offset="0 0 16 16" align="Stretch">
|
|
|
|
<State name="normal" offset="0 0 16 16"/>
|
2009-02-08 18:41:03 +00:00
|
|
|
</BasisSkin>
|
2014-09-25 14:41:27 +00:00
|
|
|
</Resource>
|
2019-04-27 07:57:46 +00:00
|
|
|
<Resource type="ResourceSkin" name="MW_Progress_Drowning_Full_Small" size="16 2" texture="textures\menu_bar_gray.dds" >
|
|
|
|
<Property key="Colour" value="0.235 0.745 0.745"/>
|
|
|
|
<BasisSkin type="MainSkin" offset="0 0 16 2" align="Stretch">
|
|
|
|
<State name="normal" offset="0 0 16 2"/>
|
2017-03-24 05:41:18 +00:00
|
|
|
</BasisSkin>
|
|
|
|
</Resource>
|
2019-04-27 07:57:46 +00:00
|
|
|
<Resource type="ResourceSkin" name="MW_Progress_Drowning_Small" size="16 2" texture="textures\menu_bar_gray.dds" >
|
|
|
|
<Property key="Colour" value="1 0 0"/>
|
|
|
|
<BasisSkin type="MainSkin" offset="0 0 16 2" align="Stretch">
|
|
|
|
<State name="normal" offset="0 0 16 2"/>
|
2017-03-24 05:41:18 +00:00
|
|
|
</BasisSkin>
|
|
|
|
</Resource>
|
2019-04-27 07:57:46 +00:00
|
|
|
<Resource type="ResourceSkin" name="MW_Progress_Loading_Small" size="16 2" texture="textures\menu_bar_gray.dds" >
|
|
|
|
<Property key="Colour" value="0 0.815 0.820"/>
|
|
|
|
<BasisSkin type="MainSkin" offset="0 0 16 2" align="Stretch">
|
|
|
|
<State name="normal" offset="0 0 16 2"/>
|
2017-03-24 17:38:33 +00:00
|
|
|
</BasisSkin>
|
|
|
|
</Resource>
|
2014-09-25 14:41:27 +00:00
|
|
|
<Resource type="ResourceSkin" name="ProgressText" size="16 16">
|
2013-08-09 21:21:25 +00:00
|
|
|
<Property key="FontName" value="Default"/>
|
2017-03-27 09:33:28 +00:00
|
|
|
<Property key="TextAlign" value="VCenter HCenter"/>
|
2014-09-20 07:07:47 +00:00
|
|
|
<Property key="TextColour" value="#{fontcolour=normal}"/>
|
2014-04-28 09:19:12 +00:00
|
|
|
<Property key="TextShadow" value="true"/>
|
2012-03-24 21:02:55 +00:00
|
|
|
|
2013-08-25 21:15:20 +00:00
|
|
|
<BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/>
|
2014-09-25 14:41:27 +00:00
|
|
|
</Resource>
|
2009-02-08 18:41:03 +00:00
|
|
|
|
|
|
|
<!-- Main energy bar widget definitions. There's one for each color.-->
|
|
|
|
|
2014-09-25 14:41:27 +00:00
|
|
|
<Resource type="ResourceSkin" name="MW_Progress_Red" size="64 12">
|
2014-04-27 07:14:14 +00:00
|
|
|
<Property key="TrackSkin" value="MW_Track_Red"/>
|
2017-02-04 15:05:22 +00:00
|
|
|
<Property key="TrackFill" value="1"/>
|
2009-02-08 18:41:03 +00:00
|
|
|
|
2013-08-07 19:43:19 +00:00
|
|
|
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
|
2017-03-24 17:38:33 +00:00
|
|
|
<Child type="Widget" skin="TransparentBG" offset="2 2 60 8" align="Stretch" name="Client"/>
|
2014-09-25 14:41:27 +00:00
|
|
|
</Resource>
|
2009-02-08 18:41:03 +00:00
|
|
|
|
2014-09-25 14:41:27 +00:00
|
|
|
<Resource type="ResourceSkin" name="MW_Progress_Green" size="64 12">
|
2014-04-27 07:14:14 +00:00
|
|
|
<Property key="TrackSkin" value="MW_Track_Green"/>
|
2017-02-04 15:05:22 +00:00
|
|
|
<Property key="TrackFill" value="1"/>
|
2009-02-08 18:41:03 +00:00
|
|
|
|
2013-08-07 19:43:19 +00:00
|
|
|
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
|
2017-03-24 17:38:33 +00:00
|
|
|
<Child type="Widget" skin="TransparentBG" offset="2 2 60 8" align="Stretch" name="Client"/>
|
2014-09-25 14:41:27 +00:00
|
|
|
</Resource>
|
2009-02-08 18:41:03 +00:00
|
|
|
|
2014-09-25 14:41:27 +00:00
|
|
|
<Resource type="ResourceSkin" name="MW_Progress_Blue" size="64 12">
|
2014-04-27 07:14:14 +00:00
|
|
|
<Property key="TrackSkin" value="MW_Track_Blue"/>
|
2017-02-04 15:05:22 +00:00
|
|
|
<Property key="TrackFill" value="1"/>
|
2009-02-08 18:41:03 +00:00
|
|
|
|
2013-08-07 19:43:19 +00:00
|
|
|
<Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/>
|
2017-03-24 17:38:33 +00:00
|
|
|
<Child type="Widget" skin="TransparentBG" offset="2 2 60 8" align="Stretch" name="Client"/>
|
2014-09-25 14:41:27 +00:00
|
|
|
</Resource>
|
2013-08-09 21:21:25 +00:00
|
|
|
|
2017-03-24 05:41:18 +00:00
|
|
|
<Resource type="ResourceSkin" name="MW_Progress_Drowning_Full" size="64 6">
|
|
|
|
<Property key="TrackSkin" value="MW_Progress_Drowning_Full_Small"/>
|
2017-02-04 15:05:22 +00:00
|
|
|
<Property key="TrackFill" value="1"/>
|
2017-03-24 17:38:33 +00:00
|
|
|
<Child type="Widget" skin="TransparentBG" offset="2 2 60 2" align="Stretch" name="Client"/>
|
2014-09-25 14:41:27 +00:00
|
|
|
</Resource>
|
2013-08-27 13:48:13 +00:00
|
|
|
|
2014-09-25 14:41:27 +00:00
|
|
|
<Resource type="ResourceSkin" name="MW_ProgressScroll_Loading" size="64 6">
|
2017-02-04 15:05:22 +00:00
|
|
|
<Property key="TrackFill" value="1"/>
|
2013-08-27 13:48:13 +00:00
|
|
|
<Property key="TrackRangeMargins" value="0 0"/>
|
|
|
|
<Property key="MinTrackSize" value="1"/>
|
|
|
|
<Property key="VerticalAlignment" value="false"/>
|
|
|
|
<Property key="MoveToClick" value="false"/>
|
|
|
|
|
2017-03-24 17:38:33 +00:00
|
|
|
<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"/>
|
2013-08-27 13:48:13 +00:00
|
|
|
|
|
|
|
<Child type="Widget" skin="MW_Box" offset="0 0 64 6" align="Stretch"/>
|
2014-09-25 14:41:27 +00:00
|
|
|
</Resource>
|
2009-02-08 18:41:03 +00:00
|
|
|
</MyGUI>
|