From aa33e630f7184f78e6671589be28ee685cfdfe98 Mon Sep 17 00:00:00 2001 From: skyace65 Date: Mon, 8 Apr 2024 22:14:47 -0400 Subject: [PATCH] Make "TextureRect" a link --- getting_started/first_2d_game/07.finishing-up.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ~~~~~~~~~~~~~