2012-09-11 14:37:54 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
|
|
|
<!-- The entire screen -->
|
|
|
|
<Widget type="Widget" layer="LoadingScreen" position="0 0 300 300" name="_Main">
|
|
|
|
|
2012-09-11 17:18:26 +00:00
|
|
|
<Widget type="ImageBox" skin="ImageBox" position="0 0 300 300" align="Stretch" name="BackgroundImage">
|
2012-09-11 14:37:54 +00:00
|
|
|
|
2012-09-11 17:18:26 +00:00
|
|
|
<Widget type="Widget" skin="HUD_Box" position="0 200 300 70" align="Bottom HCenter">
|
|
|
|
|
|
|
|
<Widget type="AutoSizedTextBox" skin="SandText" position="20 12 260 24" name="LoadingText">
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<Widget type="ProgressBar" skin="MW_Progress_Blue" position="20 38 260 24" name="ProgressBar">
|
|
|
|
<Property key="Range" value="1000"/>
|
|
|
|
</Widget>
|
2012-09-11 14:53:49 +00:00
|
|
|
|
2012-09-11 14:37:54 +00:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|