Browse Source

Manual copy of changes in PR #1207 for master

Max Hilbrunner 7 years ago
parent
commit
556040b7fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/step_by_step/your_first_game.rst

+ 1 - 1
getting_started/step_by_step/your_first_game.rst

@@ -504,7 +504,7 @@ instance.
         randomize()
 
 Drag ``Mob.tscn`` from the "FileSystem" panel and drop it in the
-``Mob`` property.
+``Mob`` property under the Script Variables of the ``Main```node.
 
 Next, click on the Player and connect the ``hit`` signal. We want to make a
 new function named ``game_over``, which will handle what needs to happen when a