swap to using individual files for character icons
This commit is contained in:
@ -2352,12 +2352,7 @@ class PlayState extends MusicBeatState
|
||||
}
|
||||
|
||||
if (FlxG.keys.justPressed.NINE)
|
||||
{
|
||||
if (iconP1.animation.curAnim.name == 'bf-old')
|
||||
iconP1.animation.play(SONG.player1);
|
||||
else
|
||||
iconP1.animation.play('bf-old');
|
||||
}
|
||||
iconP1.swapOldIcon();
|
||||
|
||||
switch (curStage)
|
||||
{
|
||||
|
Reference in New Issue
Block a user