mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-23 15:26:06 +00:00
Merge branch 'nitpix' of https://github.com/ninjamuffin99/funkin-secret
This commit is contained in:
commit
f474459ef9
|
@ -1029,6 +1029,8 @@ class PlayState extends MusicBeatState
|
|||
}
|
||||
else if (dad.curCharacter == 'spooky' && !dad.animation.curAnim.name.startsWith("sing"))
|
||||
dad.dance();
|
||||
if (generatedMusic)
|
||||
notes.sort(sortNotes, FlxSort.DESCENDING);
|
||||
|
||||
var introAssets:Map<String, Array<String>> = new Map<String, Array<String>>();
|
||||
introAssets.set('default', ['ready', "set", "go"]);
|
||||
|
|
Loading…
Reference in a new issue