2
0
Эх сурвалжийг харах

Update getting_started/step_by_step/your_first_game.rst

Co-authored-by: Nathan Lovato <[email protected]>
David Wales 5 жил өмнө
parent
commit
3ef063dbe8

+ 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