1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 17:27:24 +08:00

Fix osu!taiko alignment issue with legacy skins on Touch Controls

This commit is contained in:
Aaron Hong 2022-03-11 02:48:08 -08:00
parent 38c61b2c1d
commit 7336c2c0bd

View File

@ -32,6 +32,8 @@ namespace osu.Game.Rulesets.Taiko.Skinning.Legacy
{ {
Child = content = new Container Child = content = new Container
{ {
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Size = new Vector2(180, 200), Size = new Vector2(180, 200),
Children = new Drawable[] Children = new Drawable[]
{ {