swap to using individual files for character icons

This commit is contained in:
M&M
2021-07-21 08:57:24 -07:00
parent 3918bf820f
commit 686a5d5aed
21 changed files with 42 additions and 48 deletions

View File

@ -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)
{