SONGS NOW USE SPACES IN THEIR NAMES AND PHILLY NICE IS NAMED PROPERLY!!!!
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user