mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 01:39:54 +08:00
Start name not visible to avoid pop out when hidden on startup
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user