Przeglądaj źródła

Improve SpriteFrames get_animation_loop description

(cherry picked from commit d311c48d6a3cabd434a5dda85efc21f3ef8243d0)
skyace65 5 lat temu
rodzic
commit
c05ff94b84
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      doc/classes/SpriteFrames.xml

+ 1 - 1
doc/classes/SpriteFrames.xml

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