hit timing thing and ui fixes

This commit is contained in:
KadeDev
2021-03-26 09:58:32 -07:00
parent 43acfc0997
commit 75e94822a3
2 changed files with 58 additions and 23 deletions

View File

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