Ver Fonte

Merge pull request #4072 from daviewales/patch-1

[Docs] Clarify type of Main Node in tutorial.
Nathan Lovato há 4 anos atrás
pai
commit
23a8dcaf78
1 ficheiros alterados com 2 adições e 1 exclusões
  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