mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 16:17:53 -05:00
load songs from reload json button
This commit is contained in:
parent
fe4c61124e
commit
ece27cd23a
1 changed files with 1 additions and 1 deletions
|
@ -1038,7 +1038,7 @@ class ChartingState extends MusicBeatState
|
|||
function loadJson(song:String):Void
|
||||
{
|
||||
PlayState.SONG = Song.loadFromJson(song.toLowerCase(), song.toLowerCase());
|
||||
FlxG.resetState();
|
||||
LoadingState.loadAndSwitchState(new ChartingState());
|
||||
}
|
||||
|
||||
function loadAutosave():Void
|
||||
|
|
Loading…
Reference in a new issue