scores in progress

This commit is contained in:
Cameron Taylor
2020-11-01 01:55:02 -08:00
parent 475dd9c49d
commit 40cce24b78
9 changed files with 122 additions and 59 deletions

View File

@ -92,6 +92,13 @@ class TitleState extends MusicBeatState
FlxG.sound.playMusic('assets/music/freakyMenu' + TitleState.soundExt, 0);
FlxG.sound.music.fadeIn(4, 0, 0.7);
FlxG.save.bind('funkin', 'ninjamuffin99');
if (FlxG.save.data.weekUnlocked != null)
{
StoryMenuState.weekUnlocked = FlxG.save.data.weekUnlocked;
}
}
Conductor.changeBPM(102);