diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2019-08-19 15:03:36 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2019-08-19 15:04:13 +0200 |
commit | 4cb3984862412675ee6a742f31191c67bae202f0 (patch) | |
tree | 6b0a1616562478834fac88dc9c1fb7a4b43f1f25 | |
parent | cce148b0242836b5c32a7fa6c39013a2fc1c9eff (diff) |
Mention caveat with looped animations in `AnimationPlayer.queue()`
-rw-r--r-- | doc/classes/AnimationPlayer.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml index b4c44fe8eb..e510603281 100644 --- a/doc/classes/AnimationPlayer.xml +++ b/doc/classes/AnimationPlayer.xml @@ -165,6 +165,7 @@ </argument> <description> 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> </method> <method name="remove_animation"> |