mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +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>
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