1
0
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:
Dean Herbert 2017-11-08 12:12:27 +09:00
parent f83c095269
commit 419f041291

View File

@ -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,
}, },