mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-20 05:23:53 +00:00
10 lines
376 B
XML
10 lines
376 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Layout">
|
|
<!-- The entire screen -->
|
|
<Widget type="Widget" layer="Windows" position="0 0 300 300" name="_Main" >
|
|
<Widget type="TextBox" skin="SandText" position="0 250 300 50" align="Bottom" name="VersionText">
|
|
<Property key="TextAlign" value="Center"/>
|
|
</Widget>
|
|
</Widget>
|
|
</MyGUI>
|