1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Merge pull request #41957 from skyace65/SpriteFrames

Improve SpriteFrames get_animation_loop description
This commit is contained in:
Rémi Verschelde
2020-09-10 21:22:00 +02:00
committed by GitHub

View File

@@ -54,7 +54,7 @@
<argument index="0" name="anim" type="StringName">
</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">