1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 15:03:13 +08:00

Adjust text size and padding.

This commit is contained in:
Dean Herbert 2017-04-18 21:25:33 +09:00
parent 28835bd5bd
commit 32df625d82
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -92,8 +92,8 @@ namespace osu.Game.Screens.Ranking
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
Colour = colours.PinkDarker,
Y = 10,
TextSize = 50,
Y = 5,
TextSize = 60,
},
}
},
@ -106,7 +106,7 @@ namespace osu.Game.Screens.Ranking
Font = @"Exo2.0-Bold",
TextSize = 16,
Text = "total score",
Margin = new MarginPadding { Bottom = 20 },
Margin = new MarginPadding { Bottom = 15 },
},
new BeatmapDetails(Beatmap.BeatmapInfo)
{