mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-25 13:45:49 +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)
|
switch (currentCharacterId)
|
||||||
{
|
{
|
||||||
|
case(PlayerRegistry.instance.hasNewCharacter()) => true:
|
||||||
|
backingCard = new NewCharacterCard(currentCharacter);
|
||||||
case 'bf':
|
case 'bf':
|
||||||
backingCard = new BoyfriendCard(currentCharacter);
|
backingCard = new BoyfriendCard(currentCharacter);
|
||||||
case 'pico':
|
case 'pico':
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue