Bläddra i källkod

Update theme overrides section for Godot 3.4 in Score and replay (#5699)

David Jaquay 3 år sedan
förälder
incheckning
07947cf63d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      getting_started/first_3d_game/08.score_and_replay.rst

+ 1 - 1
getting_started/first_3d_game/08.score_and_replay.rst

@@ -24,7 +24,7 @@ In the *Inspector*, set the *Label*'s *Text* to a placeholder like "Score: 0".
 Also, the text is white by default, like our game's background. We need to
 Also, the text is white by default, like our game's background. We need to
 change its color to see it at runtime.
 change its color to see it at runtime.
 
 
-Scroll down to *Custom Colors* and click the black box next to *Font Color* to
+Scroll down to *Theme Overrides*, and expand *Colors* and click the black box next to *Font Color* to
 tint the text.
 tint the text.
 
 
 |image2|
 |image2|