Skip to content

Commit 6ebab3e

Browse files
committed
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.
1 parent 228c10e commit 6ebab3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

getting_started/introduction/key_concepts_overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ nodes.
4040

4141
.. image:: img/key_concepts_character_nodes.webp
4242

43-
It is made of a ``CharacterBody2D`` node named "Player", a ``Sprite2D``, a
44-
``Camera2D``, and a ``CollisionShape2D``.
43+
It is made of a ``CharacterBody2D`` node named "Player", a ``Camera2D``, a
44+
``Sprite2D``, and a ``CollisionShape2D``.
4545

4646
.. note:: The node names end with "2D" because this is a 2D scene. Their 3D
4747
counterparts have names that end with "3D". Be aware that "Spatial"

0 commit comments

Comments
 (0)