mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-24 05:39:50 -04:00
level shit lol
This commit is contained in:
parent
11c9c75c70
commit
daa41dafe1
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue