Add text shadow to version text for better readability

actorid
scrawl 11 years ago
parent 2fdf80bcbf
commit cd0c283795

@ -5,6 +5,8 @@
<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">
<Property key="TextAlign" value="Center"/>
<Property key="TextShadow" value="true"/>
<Property key="TextShadowColour" value="0 0 0"/>
</Widget>
</Widget>
</MyGUI>

Loading…
Cancel
Save