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

@ -149,7 +149,7 @@ class FreeplayState extends MusicBeatState
public function addWeek(songs:Array<String>, weekNum:Int, ?songCharacters:Array<String>)
{
if (songCharacters == null)
songCharacters = ['bf'];
songCharacters = ['dad'];
var num:Int = 0;
for (song in songs)