mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 18:27:26 +08:00
Better centre text labels for hit error meter
This commit is contained in:
parent
7c9fe4036c
commit
bd488d139d
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user