POLIIIISH SHIIIIT

This commit is contained in:
Cameron Taylor
2020-10-31 21:34:17 -07:00
parent 321a7d22f9
commit ff354d2b69
11 changed files with 175 additions and 14 deletions

View File

@ -19,7 +19,7 @@ class StoryMenuState extends MusicBeatState
var weekData:Array<Dynamic> = [['Tutorial', 'Bopeebo', 'Fresh', 'Dadbattle'], ['Spookeez', 'South']];
var curDifficulty:Int = 1;
public static var weekUnlocked:Array<Bool> = [true, true];
public static var weekUnlocked:Array<Bool> = [true, false];
var weekCharacters:Array<Dynamic> = [['dad', 'bf', 'gf'], ['spooky', 'bf', 'gf']];
var curWeek:Int = 0;