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:
parent
7063fafd33
commit
5021b49915
|
@ -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':
|
||||
|
|
Loading…
Reference in a new issue