CHARTING SHIT IN PROGRESS

This commit is contained in:
Cameron Taylor
2020-10-13 01:07:04 -07:00
parent 405f362a73
commit 5ecd641b13
7 changed files with 198 additions and 21 deletions

View File

@ -29,6 +29,7 @@ using StringTools;
class PlayState extends MusicBeatState
{
public static var curLevel:String = 'Bopeebo';
public static var SONG:Song = Song.loadFromJson('bopeebo');
private var vocals:FlxSound;