mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 23:33:23 +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,
|
AllowMultiline = false,
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Position = new Vector2(0, 35),
|
Position = new Vector2(-3, 35),
|
||||||
Text = text
|
Text = text
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user