![]() |
Reply From: | Ertain |
Have you looked at the animation_finished()
signal of an AnimatedSprite
? When the animation_finished()
signal is emitted, play the “idle” animation. This should work (unless the AnimatedSprite
is set to looping. In which case, it’ll get a bit trickier).