mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-13 15:37:15 +00:00
24 lines
811 B
XML
24 lines
811 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Layout">
|
|
|
|
<Widget type="Window" skin="" layer="Windows" align="Left|Top" position="00 200 512 256" name="_Main">
|
|
|
|
<Widget type="StaticImage" skin="StaticImage" position_real="0 0 1 1" align="Top|Right" name="JImage">
|
|
<Property key="Image_Texture" value="textures\tx_menubook.dds"/>
|
|
<!--Property key="Image_Texture" value="mwgui.png"/-->
|
|
|
|
<Widget type="Button" skin="Next_btn" position="370 220 64 32" name="NextPageBTN">
|
|
</Widget>
|
|
|
|
<Widget type="Button" skin="Prev_btn" position="80 220 128 32" name="PrevPageBTN">
|
|
</Widget>
|
|
|
|
<Widget type="Edit" skin="MW_BookPage" position_real="0.15 0.1 0.3 0.8" name = "LeftText"/>
|
|
<Widget type="Edit" skin="MW_BookPage" position_real="0.55 0.1 0.3 0.8" name = "RightText"/>
|
|
</Widget>
|
|
</Widget>
|
|
|
|
|
|
</MyGUI>
|