hard songs and unlockables

This commit is contained in:
Cameron Taylor 2020-10-31 20:31:31 -07:00
parent 0035f9a506
commit b16b463dad
3 changed files with 9 additions and 1 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@ import flixel.text.FlxText;
class FreeplayState extends MusicBeatState
{
var songs:Array<String> = ["Bopeebo", "Dadbattle", "Fresh", "Tutorial", "Spookeez", "South", "Monster"];
var songs:Array<String> = ["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