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
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ internal partial class ArgonHoldNoteHeadPiece : ArgonNotePiece
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Y = 2,
Size = new Vector2(20, 5),
};
}