diff --git a/source/Note.hx b/source/Note.hx index ec67490..72264a4 100644 --- a/source/Note.hx +++ b/source/Note.hx @@ -166,7 +166,7 @@ class Note extends FlxSprite x -= width / 2; - if (PlayState.curStage.startsWith('school')) + if (noteTypeCheck == 'pixel') x += 30; if (prevNote.isSustainNote)