mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-22 23:03: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)
|
||||
changeIcon('bf-old');
|
||||
else
|
||||
changeIcon('bf');
|
||||
changeIcon(PlayState.SONG.player1);
|
||||
}
|
||||
|
||||
public function changeIcon(newChar:String):Void
|
||||
|
|
Loading…
Reference in a new issue