2010-06-06 16:04:39 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Skin">
|
2012-03-21 13:54:02 +00:00
|
|
|
<Skin name = "TextBox" size = "16 16">
|
2012-03-24 21:02:55 +00:00
|
|
|
<Property key="FontName" value = "EB Garamond" />
|
|
|
|
<Property key="FontHeight" value = "16" />
|
2012-03-22 16:02:02 +00:00
|
|
|
<Property key="TextAlign" value = "ALIGN_DEFAULT" />
|
2010-06-06 16:04:39 +00:00
|
|
|
<Property key="TextColour" value = "0.7 0.7 0.7" />
|
2012-03-24 21:02:55 +00:00
|
|
|
|
2010-06-06 16:04:39 +00:00
|
|
|
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
|
|
|
</Skin>
|
|
|
|
|
2012-03-21 12:57:26 +00:00
|
|
|
<Skin name = "ImageBox" size = "16 16">
|
2010-06-06 16:04:39 +00:00
|
|
|
<BasisSkin type="MainSkin" offset = "0 0 16 16"/>
|
|
|
|
</Skin>
|
|
|
|
|
2012-03-23 08:00:00 +00:00
|
|
|
<Skin name = "RotatingSkin" size = "16 16">
|
|
|
|
<BasisSkin type="RotatingSkin" offset="0 0 16 16" align="Stretch"/>
|
|
|
|
</Skin>
|
2010-06-06 16:04:39 +00:00
|
|
|
</MyGUI>
|