Sprite frame library for AnimatedSprite2D. Sprite frame library for [AnimatedSprite2D]. Contains frames and animation data for playback. [b]Note:[/b] You can associate a set of normal or specular maps by creating additional [SpriteFrames] resources with a [code]_normal[/code] or [code]_specular[/code] suffix. For example, having 3 [SpriteFrames] resources [code]run[/code], [code]run_normal[/code], and [code]run_specular[/code] will make it so the [code]run[/code] animation uses normal and specular maps. Adds a new animation to the library. Adds a frame to the given animation. Removes all frames from the given animation. Removes all animations. A "default" animation will be created. Returns [code]true[/code] if the given animation is configured to loop when it finishes playing. Otherwise, returns [code]false[/code]. Returns an array containing the names associated to each animation. Values are placed in alphabetical order. The animation's speed in frames per second. Returns the animation's selected frame. Returns the number of frames in the animation. If [code]true[/code], the named animation exists. Removes the given animation. Removes the animation's selected frame. Changes the animation's name to [code]newname[/code]. If [code]true[/code], the animation will loop. The animation's speed in frames per second. Sets the texture of the given frame. Compatibility property, always equals to an empty array.