mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-01-25 22:17:15 +00:00
commit
a7cea54ab0
|
@ -796,6 +796,11 @@ class PlayState extends MusicBeatState
|
||||||
iconP1.animation.curAnim.curFrame = 1;
|
iconP1.animation.curAnim.curFrame = 1;
|
||||||
else
|
else
|
||||||
iconP1.animation.curAnim.curFrame = 0;
|
iconP1.animation.curAnim.curFrame = 0;
|
||||||
|
|
||||||
|
if (healthBar.percent > 80)
|
||||||
|
iconP2.animation.curAnim.curFrame = Std.parseInt(curStage) + 1;
|
||||||
|
else
|
||||||
|
iconP2.animation.curAnim.curFrame = Std.parseInt(curStage);
|
||||||
|
|
||||||
/* if (FlxG.keys.justPressed.NINE)
|
/* if (FlxG.keys.justPressed.NINE)
|
||||||
FlxG.switchState(new Charting()); */
|
FlxG.switchState(new Charting()); */
|
||||||
|
|
Loading…
Reference in a new issue