diff --git a/getting_started/first_2d_game/07.finishing-up.rst b/getting_started/first_2d_game/07.finishing-up.rst index dfcad97d2..8ca8d5fd7 100644 --- a/getting_started/first_2d_game/07.finishing-up.rst +++ b/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 ` node instead. Sound effects ~~~~~~~~~~~~~