changelog and update shit

This commit is contained in:
Cameron Taylor
2020-12-11 08:08:41 -05:00
parent b110f8bbdb
commit 8d8f5864fd
4 changed files with 12 additions and 3 deletions

View File

@ -12,7 +12,7 @@ import lime.utils.Assets;
class FreeplayState extends MusicBeatState
{
var songs:Array<String> = ["Pico", "Philly", "Blammed", "Bopeebo", "Dadbattle", "Fresh", "Tutorial"];
var songs:Array<String> = ["Bopeebo", "Dadbattle", "Fresh", "Tutorial"];
var selector:FlxText;
var curSelected:Int = 0;