Quellcode durchsuchen

Merge pull request #1211 from YeldhamDev/first_game_fix

Fixed small mistake in "Your First Game" page
Chris Bradfield vor 7 Jahren
Ursprung
Commit
39ad09f4f8
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 under the Script Variables of the ``Main```node.
+``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