mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 20:36:40 +00:00
Add text shadow to version text for better readability
This commit is contained in:
parent
2fdf80bcbf
commit
cd0c283795
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
||||||
<Widget type="Widget" layer="Windows" position="0 0 300 300" name="_Main" >
|
<Widget type="Widget" layer="Windows" position="0 0 300 300" name="_Main" >
|
||||||
<Widget type="TextBox" skin="SandText" position="0 250 300 50" align="Bottom" name="VersionText">
|
<Widget type="TextBox" skin="SandText" position="0 250 300 50" align="Bottom" name="VersionText">
|
||||||
<Property key="TextAlign" value="Center"/>
|
<Property key="TextAlign" value="Center"/>
|
||||||
|
<Property key="TextShadow" value="true"/>
|
||||||
|
<Property key="TextShadowColour" value="0 0 0"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
</Widget>
|
</Widget>
|
||||||
</MyGUI>
|
</MyGUI>
|
||||||
|
|
Loading…
Reference in a new issue