Seperated tutorials

This commit is contained in:
Cameron Taylor
2020-11-06 02:21:29 -08:00
parent 6cf7267078
commit a3b99638af
7 changed files with 34 additions and 27 deletions

View File

@ -68,6 +68,9 @@ class TitleState extends MusicBeatState
if (FlxG.save.data.weekUnlocked != null)
{
StoryMenuState.weekUnlocked = FlxG.save.data.weekUnlocked;
if (StoryMenuState.weekUnlocked.length < 3)
StoryMenuState.weekUnlocked.insert(0, true);
}
#if SKIP_TO_PLAYSTATE