fix some stuff and LN work

This commit is contained in:
Kade M
2021-07-11 15:32:55 -07:00
parent 2897fdc489
commit 9a7a4b3463
2 changed files with 35 additions and 28 deletions

View File

@ -76,7 +76,7 @@ class Note extends FlxSprite
//defaults if no noteStyle was found in chart
var noteTypeCheck:String = 'normal';
if (!inCharter)
if (inCharter)
{
frames = Paths.getSparrowAtlas('NOTE_assets');