浏览代码

Merge pull request #5052 from vinegar-tom/patch-1

Change name of exported variable
Rémi Verschelde 4 年之前
父节点
当前提交
2deb93bf08
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      getting_started/first_2d_game/05.the_main_game_scene.rst

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

@@ -104,7 +104,7 @@ Add a script to ``Main``. At the top of the script, we use ``export
         }
     }
 
-Click the ``Main`` node and you will see the ``Mob`` property in the Inspector
+Click the ``Main`` node and you will see the ``Mob Scene`` property in the Inspector
 under "Script Variables".
 
 You can assign this property's value in two ways: