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

Change InfoColumn title font weight

This commit is contained in:
recapitalverb 2020-02-04 19:42:37 +07:00
parent 3571c2b617
commit c12fc67887

View File

@ -125,7 +125,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
{
text = new OsuSpriteText
{
Font = OsuFont.GetFont(size: 10, weight: FontWeight.Black),
Font = OsuFont.GetFont(size: 10, weight: FontWeight.Bold),
Text = title.ToUpper()
},
separator = new Box