#Trying to center a label node with a Node2D as it's parent
16 messages · Page 1 of 1 (latest)
Layout tends to only work properly, if the nodes' parent is itself a Control.
I think that's the issue here.
I'll try it out later today since it's 2am EST rn
like this?
or this?
because both of them aren't working as expected
the node thats supposed to go in the middle of the screen is still going offscreen
center puts it in the middle of the parent control nodes rect, not the middle of the screen
so how would I center a node then?
you can make the parent control "full rect", then it will be centered
👍
marking this as solved now