You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
497 B
Plaintext
17 lines
497 B
Plaintext
12 years ago
|
<?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">
|
||
|
|
||
|
<Widget type="Widget" skin="HUD_Box" position="0 200 300 80" align="Bottom HCenter">
|
||
|
|
||
|
<Widget type="AutoSizedTextBox" skin="SandText" position="30 35 240 24" name="LoadingText">
|
||
|
<Property key="Caption" value="Asdf"/>
|
||
|
</Widget>
|
||
|
|
||
|
</Widget>
|
||
|
|
||
|
</Widget>
|
||
|
</MyGUI>
|