Improve SpriteFrames get_animation_loop description

(cherry picked from commit d311c48d6a)
This commit is contained in:
skyace65 2020-09-10 13:41:58 -04:00 committed by Rémi Verschelde
parent 278af7d023
commit dbf71c1b70
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -54,7 +54,7 @@
<argument index="0" name="anim" type="String">
</argument>
<description>
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].
</description>
</method>
<method name="get_animation_names" qualifiers="const">