Introduction to UI Containers in Godot 3 (tutorial)
https://www.youtube.com/watch?v=YL8apqN6IJM
Godot Engine
における UI Containers の紹介ビデオ
わかりやすいので助かる
いくつも Container を組み合わせてUIを作っていく
縦にUI要素を並べたい時は、Vertical Container
横にUI要素を並べたい時は、Horizental Container
Margin をもたせたい場合は、Margin Container