1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 03:25:11 +08:00

Add shadow to main menu button/icon text.

This commit is contained in:
Dean Herbert 2016-11-30 13:15:34 +09:00
parent 19897013a0
commit 476168eec2

View File

@ -71,6 +71,7 @@ namespace osu.Game.Screens.Menu
{
icon = new TextAwesome
{
Shadow = true,
Anchor = Anchor.Centre,
TextSize = 30,
Position = new Vector2(0, 0),
@ -78,6 +79,7 @@ namespace osu.Game.Screens.Menu
},
new SpriteText
{
Shadow = true,
Direction = FlowDirection.HorizontalOnly,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,