CLEANED JSON LOL

This commit is contained in:
Cameron Taylor
2020-10-13 22:02:36 -07:00
parent 38bb4848a5
commit f31813c9db
5 changed files with 16 additions and 4 deletions

View File

@ -71,7 +71,7 @@ class PlayState extends MusicBeatState
persistentDraw = true;
if (SONG == null)
SONG = Song.loadFromJson('tutorial');
SONG = Song.loadFromJson('smash');
var bg:FlxSprite = new FlxSprite(-600, -200).loadGraphic(AssetPaths.stageback__png);
// bg.setGraphicSize(Std.int(bg.width * 2.5));