mirror of
https://github.com/ppy/osu.git
synced 2025-01-22 07:36:05 +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:
|
case LabelStyles.Text:
|
||||||
labelEarly = new OsuSpriteText
|
labelEarly = new OsuSpriteText
|
||||||
{
|
{
|
||||||
|
X = -1,
|
||||||
Y = -10,
|
Y = -10,
|
||||||
Text = "Early",
|
Text = "Early",
|
||||||
Font = OsuFont.Default.With(size: 10),
|
Font = OsuFont.Default.With(size: 10),
|
||||||
@ -303,6 +304,7 @@ namespace osu.Game.Screens.Play.HUD.HitErrorMeters
|
|||||||
|
|
||||||
labelLate = new OsuSpriteText
|
labelLate = new OsuSpriteText
|
||||||
{
|
{
|
||||||
|
X = -1,
|
||||||
Y = 10,
|
Y = 10,
|
||||||
Text = "Late",
|
Text = "Late",
|
||||||
Font = OsuFont.Default.With(size: 10),
|
Font = OsuFont.Default.With(size: 10),
|
||||||
|
Loading…
Reference in New Issue
Block a user