mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-10-31 20:04:32 +00:00
level shit lol
This commit is contained in:
parent
427ca3cb03
commit
d528967efc
|
@ -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…
Reference in a new issue