Button in the center

I’m new in Godot.

I want to place my button in the center of the screen but instead of the button the green arrows are in the center but not the button.

Is it inside container?

If not, have a look at Layout in the inspector panel for the button, particularly the “Anchors Preset” setting.

it’s not inside a container

In that case, setting Anchors Preset to Center ought to fix it.

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.