From 5b69f3bacc90d2f6bfc8226b92c36414a5127d87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abraham=20P=C3=A9rez?= <43276673+abrahamprz@users.noreply.github.com> Date: Mon, 28 Aug 2023 12:52:46 -0700 Subject: [PATCH] Update key_concepts_overview.rst Changed how the node is called. The documentation said "Character" but the image showed "Player". --- getting_started/introduction/key_concepts_overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/introduction/key_concepts_overview.rst b/getting_started/introduction/key_concepts_overview.rst index db6abe53a92..12ec7d03534 100644 --- a/getting_started/introduction/key_concepts_overview.rst +++ b/getting_started/introduction/key_concepts_overview.rst @@ -40,7 +40,7 @@ nodes. .. image:: img/key_concepts_character_nodes.webp -It is made of a ``CharacterBody2D`` node named "Character", a ``Sprite2D``, a +It is made of a ``CharacterBody2D`` node named "Player", a ``Sprite2D``, a ``Camera2D``, and a ``CollisionShape2D``. .. note:: The node names end with "2D" because this is a 2D scene. Their 3D