Update Note.hx

This commit is contained in:
Kade M 2021-03-25 12:31:18 -07:00 committed by GitHub
parent a0f25d7e4d
commit 5ff8cdae42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,6 +124,9 @@ class Note extends FlxSprite
// trace(prevNote); // trace(prevNote);
if (FlxG.data.save.downscroll && isSustainNote)
flipY = true;
if (isSustainNote && prevNote != null) if (isSustainNote && prevNote != null)
{ {
noteScore * 0.2; noteScore * 0.2;