mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 06:39:49 +00:00
32 lines
820 B
XML
32 lines
820 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Skin">
|
|
|
|
<!-- The 'box' frame that surrounds various HUD items and other elements -->
|
|
|
|
<Skin name="HUD_Box" size="40 40">
|
|
|
|
<!-- Borders -->
|
|
|
|
<Child type="Widget" skin="MW_Box" offset="0 0 40 40" align="ALIGN_LEFT Stretch" name="Client"/>
|
|
|
|
<!-- The interior of the box -->
|
|
|
|
<Child type="Widget" skin="BlackBG" offset="2 2 36 36" align="ALIGN_STRETCH" name="Client"/>
|
|
|
|
</Skin>
|
|
|
|
<Skin name="HUD_Box_NoTransp" size="40 40">
|
|
|
|
<!-- Borders -->
|
|
|
|
<Child type="Widget" skin="MW_Box" offset="0 0 40 40" align="ALIGN_LEFT Stretch" name="Client"/>
|
|
|
|
<!-- The interior of the box -->
|
|
|
|
<Child type="Widget" skin="DialogBG" offset="2 2 36 36" align="ALIGN_STRETCH" name="Client"/>
|
|
|
|
</Skin>
|
|
|
|
</MyGUI>
|