I thought we removed hard coded stuff

This commit is contained in:
Lucky56 2021-06-28 00:56:26 +02:00
parent aab589ff9f
commit 0fb7367118
No known key found for this signature in database
GPG Key ID: 46F24126D7075560

View File

@ -166,7 +166,7 @@ class Note extends FlxSprite
x -= width / 2;
if (PlayState.curStage.startsWith('school'))
if (noteTypeCheck == 'pixel')
x += 30;
if (prevNote.isSustainNote)