mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 20:32:55 +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
|
icon = new TextAwesome
|
||||||
{
|
{
|
||||||
|
Shadow = true,
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
TextSize = 30,
|
TextSize = 30,
|
||||||
Position = new Vector2(0, 0),
|
Position = new Vector2(0, 0),
|
||||||
@ -78,6 +79,7 @@ namespace osu.Game.Screens.Menu
|
|||||||
},
|
},
|
||||||
new SpriteText
|
new SpriteText
|
||||||
{
|
{
|
||||||
|
Shadow = true,
|
||||||
Direction = FlowDirection.HorizontalOnly,
|
Direction = FlowDirection.HorizontalOnly,
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
|
Loading…
Reference in New Issue
Block a user