smash chart lol
This commit is contained in:
parent
3697177a41
commit
6eab783c23
BIN
SSBM Music - Break The Targets-Vc1wzDWFvf8.mp3
Normal file
BIN
SSBM Music - Break The Targets-Vc1wzDWFvf8.mp3
Normal file
Binary file not shown.
BIN
assets/music/Smash.mp3
Normal file
BIN
assets/music/Smash.mp3
Normal file
Binary file not shown.
BIN
assets/music/Smash_Inst.mp3
Normal file
BIN
assets/music/Smash_Inst.mp3
Normal file
Binary file not shown.
BIN
assets/music/Smash_Voices.mp3
Normal file
BIN
assets/music/Smash_Voices.mp3
Normal file
Binary file not shown.
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user