I thought we removed hard coded stuff
This commit is contained in:
parent
aab589ff9f
commit
0fb7367118
@ -166,7 +166,7 @@ class Note extends FlxSprite
|
||||
|
||||
x -= width / 2;
|
||||
|
||||
if (PlayState.curStage.startsWith('school'))
|
||||
if (noteTypeCheck == 'pixel')
|
||||
x += 30;
|
||||
|
||||
if (prevNote.isSustainNote)
|
||||
|
Loading…
x
Reference in New Issue
Block a user