Browse Source

Merge pull request #6323 from JJBocanegra/patch-1

Fixes typo saying `Main` where it should say `HUD`
Max Hilbrunner 2 years ago
parent
commit
3eb13c7a3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/first_2d_game/06.heads_up_display.rst

+ 1 - 1
getting_started/first_2d_game/06.heads_up_display.rst

@@ -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
           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.
           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::
 .. tabs::
  .. code-tab:: gdscript GDScript
  .. code-tab:: gdscript GDScript