<?xml version="1.0" encoding="UTF-8"?> <MyGUI type="Skin"> <!-- Progress bar track, various colors --> <Skin name="MW_Track_Red" size="16 16" texture="textures\menu_bar_gray.dds" > <Property key="Colour" value="0.8274 0.2431 0.129"/> <BasisSkin type="MainSkin" offset="0 0 16 16" align="Stretch"> <State name="normal" offset="0 0 16 16"/> </BasisSkin> </Skin> <Skin name="MW_Track_Blue" size="2 14" texture="textures\menu_bar_gray.dds" > <Property key="Colour" value="0.2470 0.3176 0.7411"/> <BasisSkin type="MainSkin" offset="0 0 16 16" align="Stretch"> <State name="normal" offset="0 0 16 16"/> </BasisSkin> </Skin> <Skin name="MW_Track_Green" size="2 14" texture="textures\menu_bar_gray.dds" > <Property key="Colour" value="0 0.6823 0.2745"/> <BasisSkin type="MainSkin" offset="0 0 16 16" align="Stretch"> <State name="normal" offset="0 0 16 16"/> </BasisSkin> </Skin> <!-- Lighter variants (only uses top half of the gradient) --> <Skin 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> </Skin> <Skin 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> </Skin> <Skin 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> </Skin> <Skin name="ProgressText" size="16 16"> <Property key="FontName" value="Default"/> <Property key="TextAlign" value="Top HCenter"/> <Property key="TextColour" value="0.75 0.6 0.35"/> <Property key="TextShadow" value="true"/> <BasisSkin type="SimpleText" offset="0 0 16 16" align="Stretch"/> </Skin> <!-- Main energy bar widget definitions. There's one for each color.--> <Skin name="MW_Progress_Red" size="64 12"> <Property key="TrackSkin" value="MW_Track_Red"/> <Property key="TrackWidth" value="1"/> <Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/> <Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/> </Skin> <Skin name="MW_Progress_Green" size="64 12"> <Property key="TrackSkin" value="MW_Track_Green"/> <Property key="TrackWidth" value="1"/> <Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/> <Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/> </Skin> <Skin name="MW_Progress_Blue" size="64 12"> <Property key="TrackSkin" value="MW_Track_Blue"/> <Property key="TrackWidth" value="1"/> <Child type="Widget" skin="MW_Box" offset="0 0 64 12" align="Stretch"/> <Child type="Widget" skin="BlackBG" offset="2 2 60 8" align="Stretch" name="Client"/> </Skin> <Skin name="MW_Progress_LightBlue" size="64 6"> <Property key="TrackSkin" value="MW_BigTrack_Progress_Blue_Small"/> <Property key="TrackWidth" value="1"/> <Child type="Widget" skin="MW_Box" offset="0 0 64 6" align="Stretch"/> <Child type="Widget" skin="BlackBG" offset="2 2 60 2" align="Stretch" name="Client"/> </Skin> <Skin name="MW_Progress_Drowning" size="64 6"> <Child type="Widget" skin="MW_BigTrack_Progress_Red_Small" offset="0 0 64 6" align="Stretch"/> </Skin> <Skin name="MW_ProgressScroll_Loading" size="64 6"> <Property key="TrackWidth" 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="BlackBG" offset="2 2 60 2" align="Stretch" name="Client"/> <Child type="Button" skin="MW_BigTrack_Progress_Green_Small" offset="0 0 1 6" align="Left VStretch" name="Track"/> <Child type="Widget" skin="MW_Box" offset="0 0 64 6" align="Stretch"/> </Skin> </MyGUI>