mirror of
https://github.com/ppy/osu
synced 2025-01-31 18:32:14 +00: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
|
ResultName = new OsuSpriteText
|
||||||
{
|
{
|
||||||
|
Alpha = 0,
|
||||||
Font = OsuFont.Numeric.With(size: 8),
|
Font = OsuFont.Numeric.With(size: 8),
|
||||||
Text = ruleset.Value.CreateInstance().GetDisplayNameForHitResult(Result.Type)
|
Text = ruleset.Value.CreateInstance().GetDisplayNameForHitResult(Result.Type)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user