1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 19:32:55 +08:00

Adjust hold note head icon to be more centered

This commit is contained in:
Dean Herbert 2023-03-09 20:43:42 +09:00
parent e12ab165b8
commit 08b88ed639

View File

@ -13,6 +13,7 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Y = 2,
Size = new Vector2(20, 5),
};
}