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:
parent
7d1fd24ab4
commit
48959c0212
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user