mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Limit font weight to bold
This commit is contained in:
@ -30,7 +30,7 @@ namespace osu.Game.Screens.Play.Break
|
||||
Anchor = Anchor.TopCentre,
|
||||
Origin = Anchor.TopCentre,
|
||||
Text = "current progress".ToUpperInvariant(),
|
||||
Font = OsuFont.GetFont(weight: FontWeight.Black, size: 15),
|
||||
Font = OsuFont.GetFont(weight: FontWeight.Bold, size: 15),
|
||||
},
|
||||
new FillFlowContainer
|
||||
{
|
||||
|
Reference in New Issue
Block a user