mirror of https://github.com/ppy/osu
Adjust hold note head icon to be more centered
This commit is contained in:
parent
e12ab165b8
commit
08b88ed639
|
@ -13,6 +13,7 @@ internal partial class ArgonHoldNoteHeadPiece : ArgonNotePiece
|
|||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Y = 2,
|
||||
Size = new Vector2(20, 5),
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue