mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Add shadow to main menu button/icon text.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user