#Why "Minus 1" keeps looping if it should be changed? Print command works in time
1 messages · Page 1 of 1 (latest)
which exact change do you mean (you are playing an animation at 3 different places), also what print are you talking about?
my guess is that you mean the _on_health_bar_animation() finished.
The issue is then probably the fact that if an animaiton is looping, it never finishes, so that signal won't be emitted either.
In func _on_health_bar_animation_finished()
health should play "Health Minus 1". After that line a tested adding a print command, that worked right after animation "Minus 1" finished.
was that print inside or outside of the if-statement?