debug unlock weeks
This commit is contained in:
@ -78,7 +78,14 @@ class StoryMenuState extends MusicBeatState
|
||||
|
||||
function unlockWeeks():Array<Bool>
|
||||
{
|
||||
var weeks:Array<Bool> = [true];
|
||||
var weeks:Array<Bool> = [];
|
||||
#if debug
|
||||
for(i in 0...weekNames.length)
|
||||
weeks.push(true);
|
||||
return weeks;
|
||||
#end
|
||||
|
||||
weeks.push(true);
|
||||
|
||||
for(i in 0...FlxG.save.data.weekUnlocked)
|
||||
{
|
||||
|
Reference in New Issue
Block a user