From 426b93fb8859c907a260b9f1dff7d033c100f964 Mon Sep 17 00:00:00 2001 From: Saguihex <64600021+Saguihex@users.noreply.github.com> Date: Wed, 2 Sep 2026 20:57:48 +0200 Subject: [PATCH] Add :ref: to the node AnimatedSprite2D in list_of_features.rst Add a reference to the AnimatedSprite2D node for consistency with the other features. --- about/list_of_features.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about/list_of_features.rst b/about/list_of_features.rst index 2bd459208..c33d8a6f3 100644 --- a/about/list_of_features.rst +++ b/about/list_of_features.rst @@ -149,7 +149,7 @@ Godot 4 includes three renderers: - High-level tools to draw lines and polygons such as :ref:`class_Polygon2D` and :ref:`class_Line2D`, with support for texturing. -- AnimatedSprite2D as a helper for creating animated sprites. +- :ref:`class_AnimatedSprite2D` as a helper for creating animated sprites. - Parallax layers. - Pseudo-3D support including preview in the editor.