SONGS NOW USE SPACES IN THEIR NAMES AND PHILLY NICE IS NAMED PROPERLY!!!!

This commit is contained in:
CyndaquilDAC
2021-05-15 20:54:19 -05:00
parent 4c7e8d84ee
commit 7835b6e881
36 changed files with 27 additions and 24 deletions

View File

@ -25,11 +25,11 @@ class StoryMenuState extends MusicBeatState
var weekData:Array<Dynamic> = [
['Tutorial'],
['Bopeebo', 'Fresh', 'Dadbattle'],
['Bopeebo', 'Fresh', 'Dad Battle'],
['Spookeez', 'South', "Monster"],
['Pico', 'Philly', "Blammed"],
['Satin-Panties', "High", "Milf"],
['Cocoa', 'Eggnog', 'Winter-Horrorland'],
['Pico', 'Philly Nice', "Blammed"],
['Satin Panties', "High", "Milf"],
['Cocoa', 'Eggnog', 'Winter Horrorland'],
['Senpai', 'Roses', 'Thorns']
];
var curDifficulty:Int = 1;