move songs to song folder and create libraries for each week

This commit is contained in:
George FunBook
2021-02-09 12:07:05 -06:00
parent 2a559f1750
commit c550c57494
91 changed files with 385 additions and 84 deletions

View File

@ -313,9 +313,7 @@ class StoryMenuState extends MusicBeatState
PlayState.campaignScore = 0;
new FlxTimer().start(1, function(tmr:FlxTimer)
{
if (FlxG.sound.music != null)
FlxG.sound.music.stop();
FlxG.switchState(new PlayState());
LoadingState.loadAndSwitchState(new PlayState(), true);
});
}
}