Update Note.hx
This commit is contained in:
parent
a0f25d7e4d
commit
5ff8cdae42
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user