1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 11:22:55 +00:00

Enable the New Character backing card

This commit is contained in:
EliteMasterEric 2024-09-10 17:27:04 -04:00
parent 7063fafd33
commit 5021b49915

View file

@ -253,6 +253,8 @@ class FreeplayState extends MusicBeatSubState
switch (currentCharacterId)
{
case(PlayerRegistry.instance.hasNewCharacter()) => true:
backingCard = new NewCharacterCard(currentCharacter);
case 'bf':
backingCard = new BoyfriendCard(currentCharacter);
case 'pico':