From 24e48cc033df6aacf9ca051919caa07ff4b81624 Mon Sep 17 00:00:00 2001 From: "Wilson E. Alvarez" Date: Thu, 15 Mar 2018 19:09:22 -0400 Subject: [PATCH] Replaced using the select mode tool by changing the Size property --- .../step_by_step/ui_game_user_interface.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/getting_started/step_by_step/ui_game_user_interface.rst b/getting_started/step_by_step/ui_game_user_interface.rst index aacc83e96..0818f2a34 100644 --- a/getting_started/step_by_step/ui_game_user_interface.rst +++ b/getting_started/step_by_step/ui_game_user_interface.rst @@ -170,11 +170,11 @@ the ``Title`` and ``Number``, and drag and drop them onto By using the Background node as the two textures' parent, we take control away from the Count MarginContainer -Select the ``Title`` and in the Inspector, change its ``Stretch Mode`` -property to ``Keep Centered``. Resize it in the viewport with the -``Select Mode`` tool so it only takes the left half of the background. -Next, select the ``Number`` node. In the viewport, click the ``Layout`` -menu and click ``Full Rect``. The node will resize to fit +Select the ``Title`` and in the Inspector, change its ``Stretch Mode`` property +to ``Keep Centered``. Next find the ``Rect`` category in the Inspector and +change the ``Size`` property to (50, 40) so it only takes the left half of +the background. Next, select the ``Number`` node. In the viewport, click the +``Layout`` menu and click ``Full Rect``. The node will resize to fit the ``Background``. Head to the Inspector and change its ``Align`` property to ``Right``, and the ``VAlign`` property to ``Center``. The text should snap to the center of the ``Background``'s right edge.