1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 19:52:55 +08:00

Start name not visible to avoid pop out when hidden on startup

This commit is contained in:
Dean Herbert 2023-01-17 18:35:19 +09:00
parent 7d1fd24ab4
commit 48959c0212

View File

@ -42,6 +42,7 @@ namespace osu.Game.Screens.Play.HUD.JudgementCounter
},
ResultName = new OsuSpriteText
{
Alpha = 0,
Font = OsuFont.Numeric.With(size: 8),
Text = ruleset.Value.CreateInstance().GetDisplayNameForHitResult(Result.Type)
}