diff --git a/getting_started/step_by_step/nodes_and_scenes.rst b/getting_started/step_by_step/nodes_and_scenes.rst index 53b6245de..4e5012f9f 100644 --- a/getting_started/step_by_step/nodes_and_scenes.rst +++ b/getting_started/step_by_step/nodes_and_scenes.rst @@ -31,7 +31,7 @@ The last characteristic is important. **Together, nodes form a tree**, which is feature to organize projects. Since different nodes have different functions, combining them produces more complex behavior. As we saw before, you can build a playable character the camera follows using a :ref:`CharacterBody2D ` -node named "Character", a :ref:`Sprite2D ` node, +node, a :ref:`Sprite2D ` node, a :ref:`Camera2D ` node, and a :ref:`CollisionShape2D ` node. .. image:: img/nodes_and_scenes_character_nodes.webp