diff --git a/source/Note.hx b/source/Note.hx index c5de613..fa88315 100644 --- a/source/Note.hx +++ b/source/Note.hx @@ -48,7 +48,10 @@ class Note extends FlxSprite x += 50; // MAKE SURE ITS DEFINITELY OFF SCREEN? y -= 2000; - this.strumTime = strumTime; + this.strumTime = strumTime + FlxG.save.data.offset; + + if (this.strumTime < 0 ) + this.strumTime = 0; this.noteData = noteData;