week setup?

This commit is contained in:
Cameron Taylor
2020-12-11 04:15:24 -05:00
parent 6db82462f0
commit 6d5b26a40d
15 changed files with 129 additions and 127 deletions

View File

@ -64,8 +64,8 @@ class TitleState extends MusicBeatState
{
StoryMenuState.weekUnlocked = FlxG.save.data.weekUnlocked;
if (StoryMenuState.weekUnlocked.length < 3)
StoryMenuState.weekUnlocked.insert(0, true);
if (StoryMenuState.weekUnlocked.length < 4)
StoryMenuState.weekUnlocked.insert(0, false);
}
#if SKIP_TO_PLAYSTATE