Quellcode durchsuchen

Update getting_started/step_by_step/your_first_game.rst

Co-authored-by: Nathan Lovato <[email protected]>
David Wales vor 5 Jahren
Ursprung
Commit
3ef063dbe8
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  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``. 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``.
 
 .. image:: img/instance_scene.png