MOD SHIT IN PROGRESS

This commit is contained in:
Cameron Taylor
2021-01-04 18:56:30 -05:00
parent fb19babf86
commit 8bcad21ab8
19 changed files with 57 additions and 49 deletions

View File

@ -43,7 +43,7 @@ class Note extends FlxSprite
this.noteData = noteData;
var tex = FlxAtlasFrames.fromSparrow(AssetPaths.NOTE_assets__png, AssetPaths.NOTE_assets__xml);
var tex = FlxAtlasFrames.fromSparrow('assets/images/NOTE_assets.png', 'assets/images/NOTE_assets.xml');
frames = tex;
animation.addByPrefix('greenScroll', 'green0');
animation.addByPrefix('redScroll', 'red0');