move songs to song folder and create libraries for each week
This commit is contained in:
@ -74,7 +74,7 @@ class GameOverState extends FlxTransitionableState
|
||||
FlxG.sound.music.fadeOut(0.5, 0, function(twn:FlxTween)
|
||||
{
|
||||
FlxG.sound.music.stop();
|
||||
FlxG.switchState(new PlayState());
|
||||
LoadingState.loadAndSwitchState(new PlayState());
|
||||
});
|
||||
}
|
||||
super.update(elapsed);
|
||||
|
Reference in New Issue
Block a user