unforseen

This commit is contained in:
Kade M
2021-06-05 13:52:40 -07:00
parent 0d4c7b7978
commit e03475737d
3 changed files with 16 additions and 1 deletions

View File

@ -202,6 +202,8 @@ class FreeplayState extends MusicBeatState
if (accepted)
{
trace(StringTools.replace(songs[curSelected].songName," ", "-").toLowerCase());
var poop:String = Highscore.formatSong(StringTools.replace(songs[curSelected].songName," ", "-").toLowerCase(), curDifficulty);
trace(poop);