BPM BULLSHIT

This commit is contained in:
Cameron Taylor
2020-10-29 20:06:52 -07:00
parent 1e58720c32
commit 2ba056bfc5
18 changed files with 205 additions and 23 deletions

View File

@ -7,7 +7,7 @@ import flixel.text.FlxText;
class FreeplayState extends MusicBeatState
{
var songs:Array<String> = ["Bopeebo", "Dadbattle", "Fresh", "Tutorial", "Spookeez", "South"];
var songs:Array<String> = ["Bopeebo", "Dadbattle", "Fresh", "Tutorial", "Spookeez", "South", "Monster"];
var selector:FlxText;
var curSelected:Int = 0;