Skip to content

Commit 92f012f

Browse files
authored
Merge pull request godotengine#7989 from druttka/key-concepts-node-order
Update order of nodes in key_concepts_overview.rst
2 parents 5d47cec + 6ebab3e commit 92f012f

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)