aligned pixel arrows

This commit is contained in:
Cameron Taylor
2021-02-01 05:52:10 -05:00
parent b6091a43a7
commit b70ecbbe76
6 changed files with 19 additions and 5 deletions

View File

@ -139,6 +139,9 @@ class Note extends FlxSprite
x -= width / 2;
if (PlayState.curStage == 'school')
x += 30;
if (prevNote.isSustainNote)
{
switch (prevNote.noteData)