Merge pull request #1393 from ActualMandM/kade-icons

swap to using individual files for character icons
This commit is contained in:
Kade M
2021-07-21 16:50:02 -07:00
committed by GitHub
21 changed files with 42 additions and 48 deletions

View File

@ -2394,12 +2394,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)
{