mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
Design a title screen: change text to avoid use of first person (#4970)
This commit is contained in:
@@ -201,7 +201,7 @@ containers split the area into two: a left and a right side or a top and
|
||||
a bottom side. They also allow the user to resize the left and right
|
||||
areas using an interactive bar. On the other hand, ``HBoxContainer``
|
||||
just splits itself into as many columns as it has children. Although you
|
||||
can deactivate the split container's resize behavior, I recommend to
|
||||
can deactivate the split container's resize behavior, it's recommended to
|
||||
favor box containers.
|
||||
|
||||
Select the ``MarginContainer`` and add an ``HBoxContainer``. Then, we
|
||||
|
||||
Reference in New Issue
Block a user