Change bpm when song starts playing

This commit is contained in:
Merlin 2021-07-12 12:06:07 +02:00
parent c69e83d8e0
commit a9cff4db15

View File

@ -101,7 +101,10 @@ class StoryMenuState extends MusicBeatState
if (FlxG.sound.music != null)
{
if (!FlxG.sound.music.playing)
{
FlxG.sound.playMusic(Paths.music('freakyMenu'));
Conductor.changeBPM(102);
}
}
persistentUpdate = persistentDraw = true;