Skip to content

Commit

Permalink
Merge pull request godotengine#1211 from YeldhamDev/first_game_fix
Browse files Browse the repository at this point in the history
Fixed small mistake in "Your First Game" page
  • Loading branch information
cbscribe authored Mar 8, 2018
2 parents 31bf0f2 + a5ae251 commit 39ad09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting_started/step_by_step/your_first_game.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39ad09f

Please sign in to comment.