Browse Source

Update getting_started/step_by_step/your_first_game.rst

Co-authored-by: Nathan Lovato <[email protected]>
David Wales 5 years ago
parent
commit
3ef063dbe8
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
 Now it's time to bring it all together. Create a new scene and add a
-:ref:`Node <class_Node>` named ``Main``. This should be a basic Node, NOT a Node2D. 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``.
 saved ``Player.tscn``.
 
 
 .. image:: img/instance_scene.png
 .. image:: img/instance_scene.png