소스 검색

Correct mistake "Method in Node" (#3238)

The name of the box referred to is "Receiver Method" not "Method in Node".
Cory Bender 5 년 전
부모
커밋
69968b3643
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      getting_started/step_by_step/your_first_game.rst

+ 1 - 1
getting_started/step_by_step/your_first_game.rst

@@ -739,7 +739,7 @@ Drag ``Mob.tscn`` from the "FileSystem" panel and drop it in the
 
 
 Next, click on the Player and connect the ``hit`` signal. We want to make a
 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
 new function named ``game_over``, which will handle what needs to happen when a
-game ends. Type "game_over" in the "Method In Node" box at the bottom of the
+game ends. Type "game_over" in the "Receiver Method" box at the bottom of the
 "Connecting Signal" window. Add the following code, as well as a ``new_game``
 "Connecting Signal" window. Add the following code, as well as a ``new_game``
 function to set everything up for a new game:
 function to set everything up for a new game: