mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
Added text skin SandBrightText which is a slightly brighter version of SandText, used for group labels in skill list.
This commit is contained in:
parent
b05236250a
commit
3d01e51254
@ -25,6 +25,14 @@
|
|||||||
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
||||||
</Skin>
|
</Skin>
|
||||||
|
|
||||||
|
<Skin name = "SandBrightText" size = "16 16">
|
||||||
|
<Property key="FontName" value = "MyGUI_CoreFont.18" />
|
||||||
|
<Property key="FontHeight" value = "18" />
|
||||||
|
<Property key="AlignText" value = "ALIGN_LEFT ALIGN_BOTTOM" />
|
||||||
|
<Property key="Colour" value = "0.85 0.76 0.60" />
|
||||||
|
<BasisSkin type="SimpleText" offset = "0 0 16 16" align = "ALIGN_STRETCH"/>
|
||||||
|
</Skin>
|
||||||
|
|
||||||
<Skin name = "DaedricText" size = "16 16">
|
<Skin name = "DaedricText" size = "16 16">
|
||||||
<Property key="FontName" value = "daedric36" />
|
<Property key="FontName" value = "daedric36" />
|
||||||
<Property key="FontHeight" value = "36" />
|
<Property key="FontHeight" value = "36" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user