浏览代码

Fix mob scene typo in Your first 2D game (#6007)

Co-authored-by: Hugo Locurcio <[email protected]>
(cherry picked from commit 55d309371524a49b4b56bf617b253714df727296)
m-at-FNSPE 3 年之前
父节点
当前提交
92e100ab21
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      getting_started/first_2d_game/05.the_main_game_scene.rst

+ 2 - 2
getting_started/first_2d_game/05.the_main_game_scene.rst

@@ -197,8 +197,8 @@ under "Script Variables".
 
 
 You can assign this property's value in two ways:
 You can assign this property's value in two ways:
 
 
-- Drag ``Mob.tscn`` from the "FileSystem" panel and drop it in the ``Mob``
-  property .
+- Drag ``Mob.tscn`` from the "FileSystem" dock and drop it in the **Mob Scene**
+  property.
 - Click the down arrow next to "[empty]" and choose "Load". Select ``Mob.tscn``.
 - Click the down arrow next to "[empty]" and choose "Load". Select ``Mob.tscn``.
 
 
 Next, select the ``Player`` node in the Scene dock, and access the Node dock on
 Next, select the ``Player`` node in the Scene dock, and access the Node dock on