mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 15:39:02 +00:00
d3d6dfbde8
- Add loading progress for data files, global map, terrain - Refactored and improved cell loading progress
24 lines
787 B
XML
24 lines
787 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="ImageBox" skin="ImageBox" position="0 0 300 300" align="Stretch" name="BackgroundImage">
|
|
|
|
<Widget type="Widget" skin="HUD_Box" position="0 200 300 60" align="Bottom HCenter">
|
|
|
|
<Widget type="TextBox" skin="SandText" position="20 12 260 20" name="LoadingText">
|
|
<Property key="TextAlign" value="Center"/>
|
|
</Widget>
|
|
|
|
<Widget type="ScrollBar" skin="MW_ProgressScroll_Loading" position="20 36 260 8" name="ProgressBar">
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
</MyGUI>
|