From b94cd258c797c521d5357a731862a26e01eed1dd Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Sat, 31 Oct 2020 20:31:31 -0700 Subject: [PATCH] hard songs and unlockables --- source/FreeplayState.hx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/FreeplayState.hx b/source/FreeplayState.hx index a98c1d8a5..bb1cc5c6f 100644 --- a/source/FreeplayState.hx +++ b/source/FreeplayState.hx @@ -8,7 +8,7 @@ import flixel.text.FlxText; class FreeplayState extends MusicBeatState { - var songs:Array = ["Bopeebo", "Dadbattle", "Fresh", "Tutorial", "Spookeez", "South", "Monster"]; + var songs:Array = ["Bopeebo", "Dadbattle", "Fresh", "Tutorial"]; var selector:FlxText; var curSelected:Int = 0; @@ -17,6 +17,12 @@ class FreeplayState extends MusicBeatState override function create() { + if (StoryMenuState.weekUnlocked[1]) + { + songs.push('Spookeez'); + songs.push('South'); + } + // LOAD MUSIC // LOAD CHARACTERS