mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 09:45:35 +00:00
9530ae0526
git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@86 ea6a568a-9f4f-0410-981a-c910a81bb256
19 lines
800 B
XML
19 lines
800 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Skin">
|
|
<Skin name = "DaedricText" size = "16 16">
|
|
<Property key="FontName" value = "daedric" />
|
|
<Property key="FontHeight" value = "18" />
|
|
<Property key="AlignText" value = "ALIGN_DEFAULT" />
|
|
<Property key="Colour" value = "1 1 1" />
|
|
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
|
</Skin>
|
|
|
|
<Skin name = "DaedricText_orig" size = "16 16">
|
|
<Property key="FontName" value = "daedric_orig" />
|
|
<Property key="FontHeight" value = "18" />
|
|
<Property key="AlignText" value = "ALIGN_DEFAULT" />
|
|
<Property key="Colour" value = "1 1 1" />
|
|
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
|
</Skin>
|
|
</MyGUI>
|