Removed the "hack" mygui.png and misc fixes for this.
parent
1f24763881
commit
f77ace0885
Binary file not shown.
Before Width: | Height: | Size: 13 KiB |
@ -1,55 +1,52 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<MyGUI type="Skin">
|
<MyGUI type="Skin">
|
||||||
|
|
||||||
<!-- Text edit widget -->
|
<!-- Text edit widget -->
|
||||||
|
|
||||||
<Skin name = "MW_TextEditClient" size = "10 10">
|
<Skin name = "MW_TextEditClient" size = "10 10">
|
||||||
|
|
||||||
<BasisSkin type="EditText" offset = "0 0 10 10" align = "Stretch"/>
|
<BasisSkin type="EditText" offset = "0 0 10 10" align = "Stretch"/>
|
||||||
|
|
||||||
</Skin>
|
</Skin>
|
||||||
|
|
||||||
<Skin name = "MW_TextBoxEditClient" size = "10 10">
|
<Skin name = "MW_TextBoxEditClient" size = "10 10">
|
||||||
|
|
||||||
<BasisSkin type="EditText" offset = "0 0 10 10" align = "Stretch"/>
|
<BasisSkin type="EditText" offset = "0 0 10 10" align = "Stretch"/>
|
||||||
|
|
||||||
</Skin>
|
</Skin>
|
||||||
|
|
||||||
<Skin name="MW_TextEdit" size="512 20" texture="mwgui.png">
|
<Skin name="MW_TextEdit" size="512 20">
|
||||||
|
|
||||||
|
<!-- Input -->
|
||||||
|
|
||||||
<Property key="FontName" value = "Default"/>
|
<Property key="FontName" value = "Default"/>
|
||||||
|
|
||||||
<Property key="TextAlign" value = "ALIGN_LEFT ALIGN_VCENTER" />
|
<Property key="TextAlign" value = "ALIGN_LEFT ALIGN_VCENTER" />
|
||||||
<Property key="TextColour" value = "0.75 0.6 0.35" />
|
|
||||||
|
|
||||||
<BasisSkin type="SubSkin" offset = "0 0 512 2" align = "ALIGN_TOP ALIGN_HSTRETCH">
|
<Property key="TextColour" value = "0.75 0.6 0.35" />
|
||||||
<State name="normal" offset = "2 2 512 2"/>
|
|
||||||
</BasisSkin>
|
|
||||||
<BasisSkin type="SubSkin" offset = "0 2 2 16" align = "ALIGN_LEFT ALIGN_VSTRETCH">
|
|
||||||
<State name="normal" offset = "2 4 2 16"/>
|
|
||||||
</BasisSkin>
|
|
||||||
<BasisSkin type="SubSkin" offset = "510 2 2 16" align = "ALIGN_RIGHT ALIGN_VSTRETCH">
|
|
||||||
<State name="normal" offset = "512 4 2 16"/>
|
|
||||||
</BasisSkin>
|
|
||||||
<BasisSkin type="SubSkin" offset = "0 18 512 2" align = "ALIGN_BOTTOM ALIGN_HSTRETCH">
|
|
||||||
<State name="normal" offset = "2 20 512 2"/>
|
|
||||||
</BasisSkin>
|
|
||||||
|
|
||||||
<Child type="TextBox" skin="MW_TextEditClient" offset = "2 2 508 18" align = "Stretch" name = "Client"/>
|
<Child type="TextBox" skin="MW_TextEditClient" offset = "2 2 508 18" align = "Stretch" name = "Client"/>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Borders -->
|
||||||
|
|
||||||
|
<Child type="Widget" skin="MW_Box" offset="0 0 512 20" align="ALIGN_STRETCH" name="Client"/>
|
||||||
|
|
||||||
</Skin>
|
</Skin>
|
||||||
|
|
||||||
<Skin name="MW_TextBoxEdit" size="512 20" texture="mwgui.png">
|
<Skin name="MW_TextBoxEdit" size="512 20">
|
||||||
|
|
||||||
<Property key="FontName" value = "Default"/>
|
<Property key="FontName" value = "Default"/>
|
||||||
|
|
||||||
<Property key="TextAlign" value = "ALIGN_LEFT ALIGN_TOP" />
|
<Property key="TextAlign" value = "ALIGN_LEFT ALIGN_TOP" />
|
||||||
<Property key="TextColour" value = "0.75 0.6 0.35" />
|
|
||||||
|
|
||||||
<BasisSkin type="SubSkin" offset = "0 0 512 2" align = "ALIGN_TOP ALIGN_HSTRETCH">
|
<Property key="TextColour" value = "0.75 0.6 0.35" />
|
||||||
<State name="normal" offset = "2 2 512 2"/>
|
|
||||||
</BasisSkin>
|
|
||||||
<BasisSkin type="SubSkin" offset = "0 2 2 16" align = "ALIGN_LEFT ALIGN_VSTRETCH">
|
|
||||||
<State name="normal" offset = "2 4 2 16"/>
|
|
||||||
</BasisSkin>
|
|
||||||
<BasisSkin type="SubSkin" offset = "510 2 2 16" align = "ALIGN_RIGHT ALIGN_VSTRETCH">
|
|
||||||
<State name="normal" offset = "512 4 2 16"/>
|
|
||||||
</BasisSkin>
|
|
||||||
<BasisSkin type="SubSkin" offset = "0 18 512 2" align = "ALIGN_BOTTOM ALIGN_HSTRETCH">
|
|
||||||
<State name="normal" offset = "2 20 512 2"/>
|
|
||||||
</BasisSkin>
|
|
||||||
|
|
||||||
<Child type="TextBox" skin="MW_TextBoxEditClient" offset = "2 2 490 18" align = "Stretch" name = "Client"/>
|
<Child type="TextBox" skin="MW_TextBoxEditClient" offset = "2 2 490 18" align = "Stretch" name = "Client"/>
|
||||||
|
|
||||||
<Child type="ScrollBar" skin="MW_VScroll" offset = "494 3 14 14" align = "Right VStretch" name = "VScroll"/>
|
<Child type="ScrollBar" skin="MW_VScroll" offset = "494 3 14 14" align = "Right VStretch" name = "VScroll"/>
|
||||||
|
|
||||||
</Skin>
|
</Skin>
|
||||||
|
|
||||||
</MyGUI>
|
</MyGUI>
|
||||||
|
@ -1,80 +1,31 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<MyGUI type="Skin">
|
<MyGUI type="Skin">
|
||||||
|
|
||||||
<!-- The 'box' frame that surrounds various HUD items and other elements -->
|
<!-- The 'box' frame that surrounds various HUD items and other elements -->
|
||||||
<Skin name="HUD_Box" size="40 40" texture="mwgui.png">
|
|
||||||
|
|
||||||
<BasisSkin type="TileRect" offset="0 0 39 2" align="ALIGN_TOP ALIGN_HSTRETCH">
|
<Skin name="HUD_Box" size="40 40">
|
||||||
<State name="normal" offset="4 2 38 2">
|
|
||||||
<Property key="TileSize" value="40 2"/>
|
<!-- Borders -->
|
||||||
<Property key="TileH" value="true"/>
|
|
||||||
<Property key="TileV" value="true"/>
|
|
||||||
</State>
|
|
||||||
</BasisSkin>
|
|
||||||
|
|
||||||
<BasisSkin type="TileRect" offset="0 1 2 37" align="ALIGN_LEFT ALIGN_VSTRETCH">
|
<Child type="Widget" skin="MW_Box" offset="0 0 40 40" align="ALIGN_LEFT Stretch" name="Client"/>
|
||||||
<State name="normal" offset="2 26 2 36">
|
|
||||||
<Property key="TileSize" value="2 40"/>
|
|
||||||
<Property key="TileH" value="true"/>
|
|
||||||
<Property key="TileV" value="true"/>
|
|
||||||
</State>
|
|
||||||
</BasisSkin>
|
|
||||||
|
|
||||||
<BasisSkin type="TileRect" offset="38 0 2 40" align="ALIGN_RIGHT ALIGN_VSTRETCH">
|
|
||||||
<State name="normal" offset="16 26 2 38">
|
|
||||||
<Property key="TileSize" value="2 40"/>
|
|
||||||
<Property key="TileH" value="true"/>
|
|
||||||
<Property key="TileV" value="true"/>
|
|
||||||
</State>
|
|
||||||
</BasisSkin>
|
|
||||||
|
|
||||||
<BasisSkin type="TileRect" offset="0 38 39 2" align="ALIGN_BOTTOM ALIGN_HSTRETCH">
|
|
||||||
<State name="normal" offset="4 20 40 2">
|
|
||||||
<Property key="TileSize" value="40 2"/>
|
|
||||||
<Property key="TileH" value="true"/>
|
|
||||||
<Property key="TileV" value="true"/>
|
|
||||||
</State>
|
|
||||||
</BasisSkin>
|
|
||||||
|
|
||||||
<!-- The interior of the box -->
|
<!-- The interior of the box -->
|
||||||
|
|
||||||
<Child type="Widget" skin="BlackBG" offset="2 2 36 36" align="ALIGN_STRETCH" name="Client"/>
|
<Child type="Widget" skin="BlackBG" offset="2 2 36 36" align="ALIGN_STRETCH" name="Client"/>
|
||||||
|
|
||||||
</Skin>
|
</Skin>
|
||||||
|
|
||||||
<Skin name="HUD_Box_NoTransp" size="40 40" texture="mwgui.png">
|
<Skin name="HUD_Box_NoTransp" size="40 40">
|
||||||
|
|
||||||
<BasisSkin type="TileRect" offset="0 0 39 2" align="ALIGN_TOP ALIGN_HSTRETCH">
|
|
||||||
<State name="normal" offset="4 2 38 2">
|
|
||||||
<Property key="TileSize" value="40 2"/>
|
|
||||||
<Property key="TileH" value="true"/>
|
|
||||||
<Property key="TileV" value="true"/>
|
|
||||||
</State>
|
|
||||||
</BasisSkin>
|
|
||||||
|
|
||||||
<BasisSkin type="TileRect" offset="0 1 2 37" align="ALIGN_LEFT ALIGN_VSTRETCH">
|
<!-- Borders -->
|
||||||
<State name="normal" offset="2 26 2 36">
|
|
||||||
<Property key="TileSize" value="2 40"/>
|
|
||||||
<Property key="TileH" value="true"/>
|
|
||||||
<Property key="TileV" value="true"/>
|
|
||||||
</State>
|
|
||||||
</BasisSkin>
|
|
||||||
|
|
||||||
<BasisSkin type="TileRect" offset="38 0 2 40" align="ALIGN_RIGHT ALIGN_VSTRETCH">
|
<Child type="Widget" skin="MW_Box" offset="0 0 40 40" align="ALIGN_LEFT Stretch" name="Client"/>
|
||||||
<State name="normal" offset="16 26 2 38">
|
|
||||||
<Property key="TileSize" value="2 40"/>
|
|
||||||
<Property key="TileH" value="true"/>
|
|
||||||
<Property key="TileV" value="true"/>
|
|
||||||
</State>
|
|
||||||
</BasisSkin>
|
|
||||||
|
|
||||||
<BasisSkin type="TileRect" offset="0 38 39 2" align="ALIGN_BOTTOM ALIGN_HSTRETCH">
|
|
||||||
<State name="normal" offset="4 20 40 2">
|
|
||||||
<Property key="TileSize" value="40 2"/>
|
|
||||||
<Property key="TileH" value="true"/>
|
|
||||||
<Property key="TileV" value="true"/>
|
|
||||||
</State>
|
|
||||||
</BasisSkin>
|
|
||||||
|
|
||||||
<!-- The interior of the box -->
|
<!-- The interior of the box -->
|
||||||
|
|
||||||
<Child type="Widget" skin="DialogBG" offset="2 2 36 36" align="ALIGN_STRETCH" name="Client"/>
|
<Child type="Widget" skin="DialogBG" offset="2 2 36 36" align="ALIGN_STRETCH" name="Client"/>
|
||||||
|
|
||||||
</Skin>
|
</Skin>
|
||||||
|
|
||||||
</MyGUI>
|
</MyGUI>
|
||||||
|
Loading…
Reference in New Issue