1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Add the 'finished' signal to AnimatedSprite

This commit is contained in:
Wilhem Barbier
2017-01-02 12:24:37 +01:00
parent c7bc44d5ad
commit f6262fde11
2 changed files with 9 additions and 0 deletions

View File

@@ -2519,6 +2519,11 @@
Emitted when frame is changed.
</description>
</signal>
<signal name="finished">
<description>
Emitted when the animation is finished (when it plays the last frame). If the animation is looping, this signal is emitted everytime the last frame is drawn, before looping.
</description>
</signal>
</signals>
<constants>
</constants>