offset fix (boutta killa a contributer)
This commit is contained in:
parent
5928783520
commit
cef2cbde05
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user