hit timing thing and ui fixes
This commit is contained in:
@ -124,7 +124,7 @@ class Note extends FlxSprite
|
||||
|
||||
// trace(prevNote);
|
||||
|
||||
if (FlxG.data.save.downscroll && isSustainNote)
|
||||
if (FlxG.save.data.downscroll && isSustainNote)
|
||||
flipY = true;
|
||||
|
||||
if (isSustainNote && prevNote != null)
|
||||
|
Reference in New Issue
Block a user