I am very new to GODOT, so please be gentle. :smile:
I am trying to follow the first scripting tutorial and, while my script is working correctly, I cannot transform the label and the button nodes. Well, I can transform them in the 2D view, but when the Scene is ran they always appear back in the center with the button covering the label. They always have the same size and orientation.
I have tried editing the Margin values, the Rect Pos and Size values, and the Anchor values for both nodes.
I know this has to be simple, but it has been maddeningly frustrating.