Skip to content

Commit

Permalink
Fixes typo saying Main where it should say HUD
Browse files Browse the repository at this point in the history
  • Loading branch information
JJBocanegra authored Oct 17, 2022
1 parent 520ceaa commit c9e50fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting_started/first_2d_game/06.heads_up_display.rst
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ seconds, then return to the title screen and, after a brief pause, show the
can be very useful to add delays such as in the above code, where we
want to wait some time before showing the "Start" button.

Add the code below to ``Main`` to update the score
Add the code below to ``HUD`` to update the score

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

0 comments on commit c9e50fc

Please sign in to comment.