Explicitly mention to which node should connect the signals (#9153)

* Explicitly mention to which node should connect the signals

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
(cherry picked from commit 4be049f967)
This commit is contained in:
Jan
2024-04-08 03:33:42 +02:00
committed by Max Hilbrunner
parent b8e65373cd
commit 24647901be

View File

@@ -185,7 +185,7 @@ Add the code below to ``HUD`` to update the score
}
Connect the ``pressed()`` signal of ``StartButton`` and the ``timeout()``
signal of ``MessageTimer``, and add the following code to the new functions:
signal of ``MessageTimer`` to the ``HUD`` node, and add the following code to the new functions:
.. tabs::
.. code-tab:: gdscript GDScript