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:
parent
19897013a0
commit
476168eec2
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user