1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:57:36 +08:00

move text left to be visually centered in the skewed rectangle

This commit is contained in:
iminlikewithyou 2023-12-28 17:18:41 -06:00
parent 4760c6aaee
commit f1f1221e0e

View File

@ -135,7 +135,7 @@ namespace osu.Game.Screens.Menu
AllowMultiline = false,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Position = new Vector2(0, 35),
Position = new Vector2(-3, 35),
Text = text
}
}