offset works

This commit is contained in:
Kade M 2021-03-10 12:31:51 -08:00 committed by GitHub
parent 0c869ede63
commit 96b03dd687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ class Note extends FlxSprite
x += 50; x += 50;
// MAKE SURE ITS DEFINITELY OFF SCREEN? // MAKE SURE ITS DEFINITELY OFF SCREEN?
y -= 2000; y -= 2000;
this.strumTime = strumTime; this.strumTime = strumTime + FlxG.save.data.offset;
this.noteData = noteData; this.noteData = noteData;