Update Note.hx
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user