I’d like the “Buy airship” and airship count to be on the left of the screen, with the exit button on the right, while the “Welcome” label stays on the center of the top of the screen. Below is what I ahve so far:
Both the HBox and Vbox nodes have Center alignment. I’m not sure how to keep the “Buy airship” and airship count to the left corner, with the exit button on the right corner, with the welcome label on the center of the viewport.
Use extra Control nodes between the elements you want to push to each side with their Control.size_flag_horizontal set to SizeFlags.SIZE_EXPAND_FILL. To do this from the editor enable Expand under Layout/Container Sizing