diff --git a/source/Note.hx b/source/Note.hx index c7cde28..f5704d5 100644 --- a/source/Note.hx +++ b/source/Note.hx @@ -124,6 +124,9 @@ class Note extends FlxSprite // trace(prevNote); + if (FlxG.data.save.downscroll && isSustainNote) + flipY = true; + if (isSustainNote && prevNote != null) { noteScore * 0.2;