mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user