From c9e50fc27b32c5eaf967968f612d81b2568559ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Joaqu=C3=ADn=20Bocanegra?= Date: Mon, 17 Oct 2022 17:28:46 +0100 Subject: [PATCH] Fixes typo saying `Main` where it should say `HUD` --- getting_started/first_2d_game/06.heads_up_display.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/first_2d_game/06.heads_up_display.rst b/getting_started/first_2d_game/06.heads_up_display.rst index cea4df0c3e3..4aff7a237b6 100644 --- a/getting_started/first_2d_game/06.heads_up_display.rst +++ b/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 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