소스 검색

Improve SpriteFrames get_animation_loop description

skyace65 5 년 전
부모
커밋
d311c48d6a
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">