mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-01-26 22:56:48 +00:00
smash chart lol
This commit is contained in:
parent
e9357d6649
commit
40fa0f8b57
|
@ -42,7 +42,7 @@ class ChartingState extends MusicBeatState
|
||||||
var bpmTxt:FlxText;
|
var bpmTxt:FlxText;
|
||||||
|
|
||||||
var strumLine:FlxSprite;
|
var strumLine:FlxSprite;
|
||||||
var curSong:String = 'Tutorial';
|
var curSong:String = 'Smash';
|
||||||
var amountSteps:Int = 0;
|
var amountSteps:Int = 0;
|
||||||
var bullshitUI:FlxGroup;
|
var bullshitUI:FlxGroup;
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ class ChartingState extends MusicBeatState
|
||||||
FlxG.sound.music.pause();
|
FlxG.sound.music.pause();
|
||||||
FlxG.sound.music.time = 0;
|
FlxG.sound.music.time = 0;
|
||||||
};
|
};
|
||||||
Conductor.changeBPM(100);
|
Conductor.changeBPM(144);
|
||||||
|
|
||||||
var saveButton:FlxButton = new FlxButton(0, 0, "Save", function()
|
var saveButton:FlxButton = new FlxButton(0, 0, "Save", function()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue