mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-21 19:31:52 -04:00
song difficulty swapper
This commit is contained in:
parent
7958c49007
commit
d0134a3701
1 changed files with 5 additions and 0 deletions
|
@ -254,6 +254,11 @@ class ChartingState extends MusicBeatState
|
|||
{
|
||||
SongLoad.curDiff = _song.difficulties[Std.parseInt(diff)];
|
||||
SongLoad.checkAndCreateNotemap(SongLoad.curDiff);
|
||||
|
||||
while (SongLoad.getSong()[curSection] == null)
|
||||
addSection();
|
||||
|
||||
updateGrid();
|
||||
});
|
||||
difficultyDropDown.selectedLabel = SongLoad.curDiff;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue