Skip to content

Commit

Permalink
Merge pull request #8713 from eztaah/fix1
Browse files Browse the repository at this point in the history
Reorder instructions in 06.heads_up_display.rst
  • Loading branch information
skyace65 authored Jan 3, 2024
2 parents 25036f1 + 5e94876 commit 8ef6e86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getting_started/first_2d_game/06.heads_up_display.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ Add the code below to ``HUD`` to update the score
GetNode<Label>("ScoreLabel").Text = score.ToString();
}

Connect the ``timeout()`` signal of ``MessageTimer`` and the ``pressed()``
signal of ``StartButton``, and add the following code to the new functions:
Connect the ``pressed()`` signal of ``StartButton`` and the ``timeout()``
signal of ``MessageTimer``, and add the following code to the new functions:

.. tabs::
.. code-tab:: gdscript GDScript
Expand Down

0 comments on commit 8ef6e86

Please sign in to comment.