From 5626851f40c34e8558c40c3d1d6b417cc07ce231 Mon Sep 17 00:00:00 2001 From: krdluzni Date: Fri, 19 Jul 2024 12:26:51 -0400 Subject: [PATCH] clarify animation queuing documentation --- doc/classes/AnimationPlayer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml index 302ca314bb9..1ca8ac2fa54 100644 --- a/doc/classes/AnimationPlayer.xml +++ b/doc/classes/AnimationPlayer.xml @@ -135,7 +135,7 @@ - Queues an animation for playback once the current one is done. + Queues an animation for playback once the current animation and all previously queued animations are done. [b]Note:[/b] If a looped animation is currently playing, the queued animation will never play unless the looped animation is stopped somehow.