Pārlūkot izejas kodu

Replaced using the select mode tool by changing the Size property

Wilson E. Alvarez 7 gadi atpakaļ
vecāks
revīzija
24e48cc033

+ 5 - 5
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
    By using the Background node as the two textures' parent, we take
    control away from the Count MarginContainer
    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``
 the ``Background``. Head to the Inspector and change its ``Align``
 property to ``Right``, and the ``VAlign`` property to ``Center``. The
 property to ``Right``, and the ``VAlign`` property to ``Center``. The
 text should snap to the center of the ``Background``'s right edge.
 text should snap to the center of the ``Background``'s right edge.