level shit lol

This commit is contained in:
Cameron Taylor 2020-10-09 20:25:52 -07:00
parent 427ca3cb03
commit d528967efc
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class ChartingState extends MusicBeatState
_file.addEventListener(Event.COMPLETE, onSaveComplete);
_file.addEventListener(Event.CANCEL, onSaveCancel);
_file.addEventListener(IOErrorEvent.IO_ERROR, onSaveError);
_file.save(data, "swag.json");
_file.save(data, json.song + ".json");
}
});
saveButton.screenCenter();