maybe ready to go???

This commit is contained in:
Cameron Taylor
2020-12-27 05:37:04 -05:00
parent 5fa5f2bac5
commit 57d4e1fda2
20 changed files with 171 additions and 103 deletions

View File

@ -12,7 +12,7 @@ import lime.utils.Assets;
class FreeplayState extends MusicBeatState
{
var songs:Array<String> = ["Satin-Panties", "High", "Milf", "Bopeebo", "Dadbattle", "Fresh", "Tutorial"];
var songs:Array<String> = ["Bopeebo", "Dadbattle", "Fresh", "Tutorial"];
var selector:FlxText;
var curSelected:Int = 0;
@ -55,6 +55,13 @@ class FreeplayState extends MusicBeatState
songs.push('Blammed');
}
if (StoryMenuState.weekUnlocked[4] || isDebug)
{
songs.push('Satin-Panties');
songs.push('High');
songs.push('Milf');
}
// LOAD MUSIC
// LOAD CHARACTERS