- Edited
Hi,
I'm looking for a container that is simply taking my nodes and arranges them vertically with a constant space between them, I though I should pick VBoxContainer, was trying to make a title screen, made a scene with a VBoxContainer inside I have my Logo image which is a textureRect, and underneath I have another VBoxContainer containing 2 buttons - play and exit. but the nodes are not centered, the only way I get them to center is if I select on "size flags" "shrink center" on horizontal and vertical on both containers. but then I can't change the items size, can't scale the items in the container, all I wanted is to be able to change the size of the items but have the container lay them out vertically,
- What is the logic in taking away my freedom to scale the nodes inside a VBoxContainer? does it serve some other purpose?
- Am I use the wrong node for the task... ?