#control nodes and separating a screen

15 messages · Page 1 of 1 (latest)

stable sand
#

I want to separate my screen in godot into 3 sections that sit on top of eachothers. Been trying to understand the node system and so far I've been unsuccessful. Any help is appreciated 👍!

I first tried putting 3 margin containers inside a vbox container

harsh fjord
#

Here's a version with PanelContainers (so that they are more visible)

stable sand
harsh fjord
#

So for example if your top PanelContainer has a minimum size of 100 pixels on the Y axis.
And your bottom two are set to expand.
Then the top will have a defined size and the bottom two will take up the remaining space.

stable sand
#

where is the minimum size property?

#

under which category?

harsh fjord
stable sand
#

ohhh right got it

#

thanks man youve been a great help

harsh fjord
#

np! gl out there