smash chart lol

This commit is contained in:
Cameron Taylor 2020-10-13 03:15:21 -07:00
parent 3697177a41
commit 6eab783c23
5 changed files with 2 additions and 2 deletions

Binary file not shown.

BIN
assets/music/Smash.mp3 Normal file

Binary file not shown.

BIN
assets/music/Smash_Inst.mp3 Normal file

Binary file not shown.

Binary file not shown.

View File

@ -42,7 +42,7 @@ class ChartingState extends MusicBeatState
var bpmTxt:FlxText;
var strumLine:FlxSprite;
var curSong:String = 'Tutorial';
var curSong:String = 'Smash';
var amountSteps:Int = 0;
var bullshitUI:FlxGroup;
@ -73,7 +73,7 @@ class ChartingState extends MusicBeatState
FlxG.sound.music.pause();
FlxG.sound.music.time = 0;
};
Conductor.changeBPM(100);
Conductor.changeBPM(144);
var saveButton:FlxButton = new FlxButton(0, 0, "Save", function()
{