mirror of
https://github.com/ppy/osu.git
synced 2026-06-01 23:40:39 +08:00
move text left to be visually centered in the skewed rectangle
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user