Browse Source

Update nodes_and_scenes.rst (#7809)

* Update nodes_and_scenes.rst

* Update getting_started/step_by_step/nodes_and_scenes.rst

---------

Co-authored-by: Max Hilbrunner <[email protected]>
VictorDev200 2 years ago
parent
commit
2347ba8aee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/step_by_step/nodes_and_scenes.rst

+ 1 - 1
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,
 feature to organize projects. Since different nodes have different functions,
 combining them produces more complex behavior. As we saw before, you can build a
 combining them produces more complex behavior. As we saw before, you can build a
 playable character the camera follows using a :ref:`CharacterBody2D <class_CharacterBody2D>`
 playable character the camera follows using a :ref:`CharacterBody2D <class_CharacterBody2D>`
-node named "Character", a :ref:`Sprite2D <class_Sprite2D>` node,
+node, a :ref:`Sprite2D <class_Sprite2D>` node,
 a :ref:`Camera2D <class_Camera2D>` node, and a :ref:`CollisionShape2D <class_CollisionShape2D>` node.
 a :ref:`Camera2D <class_Camera2D>` node, and a :ref:`CollisionShape2D <class_CollisionShape2D>` node.
 
 
 .. image:: img/nodes_and_scenes_character_nodes.webp
 .. image:: img/nodes_and_scenes_character_nodes.webp