Selaa lähdekoodia

Merge pull request #9203 from skyace65/TextureRect

Make "TextureRect" a link
Max Hilbrunner 1 vuosi sitten
vanhempi
commit
c2092edd46
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      getting_started/first_2d_game/07.finishing-up.rst

+ 1 - 1
getting_started/first_2d_game/07.finishing-up.rst

@@ -18,7 +18,7 @@ the first node under ``Main`` so that it will be drawn behind the other nodes.
 select "Layout" -> "Anchors Preset" -> "Full Rect" either in the toolbar at the top of the viewport or in the inspector so that it covers the screen.
 
 You could also add a background image, if you have one, by using a
-``TextureRect`` node instead.
+:ref:`TextureRect <class_TextureRect>` node instead.
 
 Sound effects
 ~~~~~~~~~~~~~