Browse Source

Merge pull request #9217 from vbhavsar/vishal/fix-docs

Update nodes_and_scenes.rst

(cherry picked from commit 774c3cd245f19f484b21de8ec427c8715abb9405)
Matthew 1 year ago
parent
commit
521910d19a
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

@@ -58,7 +58,7 @@ you or a player runs the game.
 
 
 On top of acting like nodes, scenes have the following characteristics:
 On top of acting like nodes, scenes have the following characteristics:
 
 
-1. They always have one root node, like the "Character" in our example.
+1. They always have one root node, like the "Player" in our example.
 2. You can save them to your local drive and load them later.
 2. You can save them to your local drive and load them later.
 3. You can create as many instances of a scene as you'd like. You could have
 3. You can create as many instances of a scene as you'd like. You could have
    five or ten characters in your game, created from your Character scene.
    five or ten characters in your game, created from your Character scene.