Browse Source

Merge pull request #4072 from daviewales/patch-1

[Docs] Clarify type of Main Node in tutorial.
Nathan Lovato 4 years ago
parent
commit
23a8dcaf78
1 changed files with 2 additions and 1 deletions
  1. 2 1
      getting_started/step_by_step/your_first_game.rst

+ 2 - 1
getting_started/step_by_step/your_first_game.rst

@@ -669,7 +669,8 @@ Main scene
 ----------
 
 Now it's time to bring it all together. Create a new scene and add a
-:ref:`Node <class_Node>` named ``Main``. Click the "Instance" button and select your
+:ref:`Node <class_Node>` named ``Main``. Ensure you create a Node, **not** a
+Node2D. Click the "Instance" button and select your
 saved ``Player.tscn``.
 
 .. image:: img/instance_scene.png