From 6ebab3e1e56f2b3d519fecd877b21f4c1ebf1c61 Mon Sep 17 00:00:00 2001 From: David Ruttka Date: Thu, 21 Sep 2023 09:23:40 -0700 Subject: [PATCH] Update order of nodes in key_concepts_overview.rst For consistency, this change reorders the list of nodes to match the order observed in the screenshot. --- getting_started/introduction/key_concepts_overview.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting_started/introduction/key_concepts_overview.rst b/getting_started/introduction/key_concepts_overview.rst index 12ec7d03534..d91ef2e110e 100644 --- a/getting_started/introduction/key_concepts_overview.rst +++ b/getting_started/introduction/key_concepts_overview.rst @@ -40,8 +40,8 @@ nodes. .. image:: img/key_concepts_character_nodes.webp -It is made of a ``CharacterBody2D`` node named "Player", a ``Sprite2D``, a -``Camera2D``, and a ``CollisionShape2D``. +It is made of a ``CharacterBody2D`` node named "Player", a ``Camera2D``, a +``Sprite2D``, and a ``CollisionShape2D``. .. note:: The node names end with "2D" because this is a 2D scene. Their 3D counterparts have names that end with "3D". Be aware that "Spatial"