Merge pull request #1393 from ActualMandM/kade-icons
swap to using individual files for character icons
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user