Mention caveat with looped animations in AnimationPlayer.queue()

This commit is contained in:
Hugo Locurcio 2019-08-19 15:03:36 +02:00
parent cce148b024
commit 4cb3984862
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C

View file

@ -165,6 +165,7 @@
</argument> </argument>
<description> <description>
Queues an animation for playback once the current one is done. Queues an animation for playback once the current one is done.
[b]Note:[/b] If a looped animation is currently playing, the queued animation will never play unless the looped animation is stopped somehow.
</description> </description>
</method> </method>
<method name="remove_animation"> <method name="remove_animation">