2012-09-11 16:37:54 +02: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 19:18:26 +02:00
|
|
|
<Widget type="ImageBox" skin="ImageBox" position="0 0 300 300" align="Stretch" name="BackgroundImage">
|
2012-09-11 16:37:54 +02:00
|
|
|
|
2013-02-24 16:57:07 +01:00
|
|
|
<Widget type="Widget" skin="HUD_Box" position="0 200 300 60" align="Bottom HCenter">
|
2012-09-11 19:18:26 +02:00
|
|
|
|
2013-02-28 19:22:10 +01:00
|
|
|
<Widget type="TextBox" skin="SandText" position="20 12 260 20" name="LoadingText">
|
|
|
|
<Property key="TextAlign" value="Center"/>
|
2012-09-11 19:18:26 +02:00
|
|
|
</Widget>
|
|
|
|
|
2013-02-24 16:57:07 +01:00
|
|
|
<Widget type="ProgressBar" skin="MW_Progress_Loading" position="20 36 260 8" name="ProgressBar">
|
2012-09-11 19:18:26 +02:00
|
|
|
<Property key="Range" value="1000"/>
|
|
|
|
</Widget>
|
2012-09-11 16:53:49 +02:00
|
|
|
|
2012-09-11 16:37:54 +02:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|