south chart, and maybe note flicker?

This commit is contained in:
Cameron Taylor
2020-11-10 18:07:56 -08:00
parent 4e04e5071b
commit 0a4273bd1a
3 changed files with 7 additions and 1 deletions

View File

@ -37,6 +37,8 @@ class Note extends FlxSprite
isSustainNote = sustainNote;
x += 50;
// MAKE SURE ITS DEFINITELY OFF SCREEN?
y -= 2000;
this.strumTime = strumTime;
this.noteData = noteData;