Skip to content

Commit 64f0024

Browse files
authored
Merge pull request #6933 from JamesC01/patch-2
Mention the "Pick" button when connecting signals
2 parents 25af45e + 06a4cbe commit 64f0024

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

getting_started/first_2d_game/06.heads_up_display.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,10 @@ Now we need to connect the ``HUD`` functionality to our ``Main`` script. This
349349
requires a few additions to the ``Main`` scene:
350350

351351
In 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

356357
In ``new_game()``, update the score display and show the "Get Ready" message:
357358

0 commit comments

Comments
 (0)