offset works
This commit is contained in:
parent
0c869ede63
commit
96b03dd687
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user