ソースを参照

Merge pull request #41957 from skyace65/SpriteFrames

Improve SpriteFrames get_animation_loop description
Rémi Verschelde 5 年 前
コミット
d782405bcf
1 ファイル変更1 行追加1 行削除
  1. 1 1
      doc/classes/SpriteFrames.xml

+ 1 - 1
doc/classes/SpriteFrames.xml

@@ -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">