mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-08 09:37:53 +00:00
14 lines
568 B
XML
14 lines
568 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
|||
|
<MyGUI type="Layout">
|
|||
|
|
|||
|
<Widget type="Window" skin="StaticImage" layer="Windows"position="0 0 485 375" name="_Main">
|
|||
|
|
|||
|
<Widget type="StaticImage" skin="StaticImage" layer="Windows" position_real="0 0 1 1" name="JImage">
|
|||
|
<Property key="Image_Texture" value="textures\tx_menubook.dds"/>
|
|||
|
|
|||
|
<Widget type="Edit" skin="MW_ConsoleLog" position_real="0.22 0.186667 0.31 0.613333" name = "LeftText"/>
|
|||
|
<Widget type="Edit" skin="MW_ConsoleLog" position_real="0.58 0.2 0.3 0.6" name = "RightText"/>
|
|||
|
</Widget>
|
|||
|
</Widget>
|
|||
|
</MyGUI>
|