mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 18:19:55 +00:00
12 lines
491 B
XML
12 lines
491 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"/>
|
|
<Property key="TextShadow" value="true"/>
|
|
<Property key="TextShadowColour" value="0 0 0"/>
|
|
</Widget>
|
|
</Widget>
|
|
</MyGUI>
|