From dbf71c1b70fbef71897e616449835704cabc78a2 Mon Sep 17 00:00:00 2001 From: skyace65 Date: Thu, 10 Sep 2020 13:41:58 -0400 Subject: [PATCH] Improve SpriteFrames get_animation_loop description (cherry picked from commit d311c48d6a3cabd434a5dda85efc21f3ef8243d0) --- doc/classes/SpriteFrames.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/SpriteFrames.xml b/doc/classes/SpriteFrames.xml index de3601792c0..374233ca982 100644 --- a/doc/classes/SpriteFrames.xml +++ b/doc/classes/SpriteFrames.xml @@ -54,7 +54,7 @@ - If [code]true[/code], the given animation will loop. + Returns [code]true[/code] if the given animation is configured to loop when it finishes playing. Otherwise, returns [code]false[/code].