Prechádzať zdrojové kódy

Update 01.game_setup.rst:43 to mention RMB>Rename and F2 (#6876)

* 01.game_setup.rst:43 mention RMB>Rename and F2
Angel Velasquez 2 rokov pred
rodič
commit
78e8dbfbe3

+ 1 - 1
getting_started/first_3d_game/01.game_setup.rst

@@ -40,7 +40,7 @@ Setting up the playable area
 
 We're going to create our main scene with a plain :ref:`Node <class_Node>` as its root. In the
 *Scene* dock, click the *Add Child Node* button represented by a "+" icon in the
-top-left and double-click on *Node*. Name the node ``Main``. Alternatively, to add
+top-left and double-click on *Node*. Name the node ``Main``. An alternate method to rename the node is to right-click on *Node* and choose *Rename* (or :kbd:`F2`). Alternatively, to add
 a node to the scene, you can press :kbd:`Ctrl + a` (or :kbd:`Cmd + a` on macOS).
 
 .. image:: img/01.game_setup/05.main_node.png