From e2e84dfa7c3455f528797e085d5f5fc1930b3fef Mon Sep 17 00:00:00 2001 From: Destro Core <106755516+DestroCore@users.noreply.github.com> Date: Fri, 28 Jul 2023 21:43:18 +0100 Subject: [PATCH] Update 06.heads_up_display.rst - Changes a simple spelling error. - 'to' is changed to 'too' in the context - ('still TOO small' rather than 'still to small') --- 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 973afcc0fb8..a5a861f7b7b 100644 --- a/getting_started/first_2d_game/06.heads_up_display.rst +++ b/getting_started/first_2d_game/06.heads_up_display.rst @@ -40,7 +40,7 @@ Under "Theme Overrides > Fonts", choose "Load" and select the "Xolonium-Regular. .. image:: img/custom_font_load_font.webp -The font size is still to small, increase it to ``64`` under "Theme Overrides > Font Sizes". +The font size is still too small, increase it to ``64`` under "Theme Overrides > Font Sizes". Once you've done this with the ``ScoreLabel``, repeat the changes for the ``Message`` and ``StartButton`` nodes. .. image:: img/custom_font_size.webp