mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Better centre text labels for hit error meter
This commit is contained in:
@ -294,6 +294,7 @@ namespace osu.Game.Screens.Play.HUD.HitErrorMeters
|
||||
case LabelStyles.Text:
|
||||
labelEarly = new OsuSpriteText
|
||||
{
|
||||
X = -1,
|
||||
Y = -10,
|
||||
Text = "Early",
|
||||
Font = OsuFont.Default.With(size: 10),
|
||||
@ -303,6 +304,7 @@ namespace osu.Game.Screens.Play.HUD.HitErrorMeters
|
||||
|
||||
labelLate = new OsuSpriteText
|
||||
{
|
||||
X = -1,
|
||||
Y = 10,
|
||||
Text = "Late",
|
||||
Font = OsuFont.Default.With(size: 10),
|
||||
|
Reference in New Issue
Block a user