From 1ba05b4b3ac2014894c0de6d6c70253451b88a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tecelli=20Ak=C4=B1ntu=C4=9F?= Date: Wed, 26 May 2021 12:49:53 +0300 Subject: Fix AnimatedTexture inconsistency when setting frame --- doc/classes/AnimatedTexture.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes') diff --git a/doc/classes/AnimatedTexture.xml b/doc/classes/AnimatedTexture.xml index 57a7f86901..454b9c1c32 100644 --- a/doc/classes/AnimatedTexture.xml +++ b/doc/classes/AnimatedTexture.xml @@ -46,7 +46,7 @@ - Sets the currently visible frame of the texture. + Sets the currently visible frame of the texture. Setting this frame while playing resets the current frame time, so the newly selected frame plays for its whole configured frame duration. Number of frames to use in the animation. While you can create the frames independently with [method set_frame_texture], you need to set this value for the animation to take new frames into account. The maximum number of frames is [constant MAX_FRAMES]. -- cgit v1.2.3