forked from mirror/openmw-tes3mp
19 lines
625 B
XML
19 lines
625 B
XML
<?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 20 240 24" name="LoadingText">
|
|
</Widget>
|
|
|
|
<Widget type="ProgressBar" skin="MW_Progress_Blue" position="30 50 240 24" name="ProgressBar">
|
|
<Property key="Range" value="1000"/>
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
</MyGUI>
|