Browse Source

Apply code review suggestion

Yuri Sizov 3 years ago
parent
commit
7887b2d7ce
1 changed files with 2 additions and 1 deletions
  1. 2 1
      getting_started/first_2d_game/06.heads_up_display.rst

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

@@ -48,7 +48,8 @@ well. There is a font file included in the game assets called
 Once you've done this on the ``ScoreLabel``, you can click the down arrow next
 to the Font property and choose "Copy", then "Paste" it in the same place
 on the other two Control nodes.
-Set the "Font Size" property of the ``ScoreLabel`` under "Theme Overrides > Font Sizes". A setting of ``64`` works well.
+Set the "Font Size" property of the ``ScoreLabel`` under "Theme Overrides > Font Sizes".
+A setting of ``64`` works well.
 
 .. image:: img/custom_font3.png