mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-01-11 06:38:14 +00:00
actual merch fix stuff
This commit is contained in:
parent
60b75c4bb5
commit
6620b2e83c
|
@ -146,13 +146,14 @@ class FreeplayState extends MusicBeatSubState
|
|||
}
|
||||
|
||||
super(FlxColor.TRANSPARENT);
|
||||
FlxG.state.persistentUpdate = false;
|
||||
}
|
||||
|
||||
override function create():Void
|
||||
{
|
||||
super.create();
|
||||
|
||||
FlxG.state.persistentUpdate = false;
|
||||
|
||||
FlxTransitionableState.skipNextTransIn = true;
|
||||
|
||||
if (stickerSubState != null)
|
||||
|
@ -189,7 +190,7 @@ class FreeplayState extends MusicBeatSubState
|
|||
displayedVariations = (currentCharacter == 'bf') ? [Constants.DEFAULT_VARIATION, 'erect'] : [currentCharacter];
|
||||
|
||||
// programmatically adds the songs via LevelRegistry and SongRegistry
|
||||
for (levelId in LevelRegistry.instance.listBaseGameLevelIds())
|
||||
for (levelId in LevelRegistry.instance.listSortedLevelIds())
|
||||
{
|
||||
for (songId in LevelRegistry.instance.parseEntryData(levelId).songs)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue