mirror of
https://github.com/ppy/osu.git
synced 2026-05-31 01:41:18 +08:00
Fix osu!taiko alignment issue with legacy skins on Touch Controls
This commit is contained in:
@@ -32,6 +32,8 @@ namespace osu.Game.Rulesets.Taiko.Skinning.Legacy
|
||||
{
|
||||
Child = content = new Container
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Size = new Vector2(180, 200),
|
||||
Children = new Drawable[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user