fixed camera shit

This commit is contained in:
Cameron Taylor
2020-10-18 00:27:39 -07:00
parent 0542088c6e
commit 51b39de6d9
3 changed files with 12 additions and 5 deletions

View File

@ -43,7 +43,7 @@ class ChartingState extends MusicBeatState
var bpmTxt:FlxText;
var strumLine:FlxSprite;
var curSong:String = 'Tutorial';
var curSong:String = 'Dadbattle';
var amountSteps:Int = 0;
var bullshitUI:FlxGroup;