accuracy isn't dumb now lol

This commit is contained in:
KadeDev
2021-03-22 17:46:54 -07:00
parent cf1ba67926
commit ea83641799
3 changed files with 100 additions and 14 deletions

View File

@ -40,6 +40,9 @@ class Note extends FlxSprite
if (prevNote == null)
prevNote = this;
if (FlxG.save.data.downscroll)
flipY = true;
this.prevNote = prevNote;
isSustainNote = sustainNote;