2009-02-08 18:41:03 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
|
|
|
<!-- The entire screen -->
|
2020-10-01 17:27:48 +00:00
|
|
|
<Widget type="Widget" layer="MainMenu" position="0 0 300 300" name="_Main">
|
2015-07-16 18:11:33 +00:00
|
|
|
<Widget type="EditBox" skin="MW_TextBoxEdit" position="0 250 280 50" align="Bottom Right" name="VersionText">
|
2014-04-28 14:23:07 +00:00
|
|
|
<Property key="TextAlign" value="Right"/>
|
2014-03-15 14:14:59 +00:00
|
|
|
<Property key="TextShadow" value="true"/>
|
|
|
|
<Property key="TextShadowColour" value="0 0 0"/>
|
2015-07-16 18:11:33 +00:00
|
|
|
<Property key="ReadOnly" value="true"/>
|
|
|
|
<Property key="MultiLine" value="true"/>
|
2014-03-12 09:53:56 +00:00
|
|
|
</Widget>
|
2014-04-28 14:23:07 +00:00
|
|
|
</Widget>
|
2009-02-08 18:41:03 +00:00
|
|
|
</MyGUI>
|