From 96b03dd6870577e098544abfb1bfad2b54e5d04b Mon Sep 17 00:00:00 2001 From: Kade M Date: Wed, 10 Mar 2021 12:31:51 -0800 Subject: [PATCH] offset works --- source/Note.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Note.hx b/source/Note.hx index 114a7ff..090e2b7 100644 --- a/source/Note.hx +++ b/source/Note.hx @@ -45,7 +45,7 @@ class Note extends FlxSprite x += 50; // MAKE SURE ITS DEFINITELY OFF SCREEN? y -= 2000; - this.strumTime = strumTime; + this.strumTime = strumTime + FlxG.save.data.offset; this.noteData = noteData;