mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 16:43:00 +08:00
Fix text alignment
This commit is contained in:
parent
f83c095269
commit
419f041291
@ -104,6 +104,7 @@ namespace osu.Game.Screens.Menu
|
|||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Text = "welcome",
|
Text = "welcome",
|
||||||
|
Padding = new MarginPadding { Bottom = 10 },
|
||||||
Font = @"Exo2.0-Light",
|
Font = @"Exo2.0-Light",
|
||||||
TextSize = 42,
|
TextSize = 42,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user