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:
parent
4760c6aaee
commit
f1f1221e0e
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user