This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
another question #2883
Answered
by
hifishlol
RealDealJinx
asked this question in
Q&A
another question
#2883
-
1: how can i add custom options im using 1.5.4 |
Beta Was this translation helpful? Give feedback.
Answered by
hifishlol
Apr 2, 2022
Replies: 1 comment 2 replies
-
in Playstate.hx to
and add a third number in HealthIcon.hx for your character |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
RealDealJinx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if (healthBar.percent < 20)
iconP1.animation.curAnim.curFrame = 1;
else
iconP1.animation.curAnim.curFrame = 0;
in Playstate.hx to
and add a third number in HealthIcon.hx for your character