mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-05 06:14:36 +00:00
bf old icon switch switches back to proper player1
This commit is contained in:
parent
e005ac382c
commit
5dddfd7160
|
@ -34,7 +34,7 @@ class HealthIcon extends FlxSprite
|
||||||
if (isOldIcon)
|
if (isOldIcon)
|
||||||
changeIcon('bf-old');
|
changeIcon('bf-old');
|
||||||
else
|
else
|
||||||
changeIcon('bf');
|
changeIcon(PlayState.SONG.player1);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function changeIcon(newChar:String):Void
|
public function changeIcon(newChar:String):Void
|
||||||
|
|
Loading…
Reference in a new issue