Oops!
This commit is contained in:
parent
1307b8498d
commit
7a53d1ee08
@ -1833,8 +1833,9 @@ class PlayState extends MusicBeatState
|
|||||||
|
|
||||||
if (health > 2)
|
if (health > 2)
|
||||||
health = 2;
|
health = 2;
|
||||||
|
#if windows
|
||||||
if (executeModchart && luaModchart != null){luaModchart.setVar('health', health);};
|
if (executeModchart && luaModchart != null){luaModchart.setVar('health', health);};
|
||||||
|
#end
|
||||||
if (healthBar.percent < 20)
|
if (healthBar.percent < 20)
|
||||||
iconP1.animation.curAnim.curFrame = 1;
|
iconP1.animation.curAnim.curFrame = 1;
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user