#Why "Minus 1" keeps looping if it should be changed? Print command works in time

1 messages · Page 1 of 1 (latest)

icy vector
#

health : AnimatedSprite2D

normal eagle
normal eagle
#

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.

icy vector
normal eagle