File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
getting_started/first_2d_game Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -349,9 +349,10 @@ Now we need to connect the ``HUD`` functionality to our ``Main`` script. This
349349requires a few additions to the ``Main `` scene:
350350
351351In the Node tab, connect the HUD's ``start_game `` signal to the ``new_game() ``
352- function of the Main node by typing "new_game" in the "Receiver Method" in the
353- "Connect a Signal" window. Verify that the green connection icon now appears
354- next to ``func new_game() `` in the script.
352+ function of the Main node by clicking the "Pick" button in the "Connect a Signal"
353+ window and selecting the ``new_game() `` method or type "new_game" below "Receiver Method"
354+ in the window. Verify that the green connection icon now appears next to
355+ ``func new_game() `` in the script.
355356
356357In ``new_game() ``, update the score display and show the "Get Ready" message:
357358
You can’t perform that action at this time.
0 commit comments