I have nested container, the logic is to have a center container that centers everything in the screen.
Easy done by setting the center container to size of the screen.
The problems with this are few things:
- center container center everything but it dos not allow positioning relative to it(i didn’t find if there is a way to this)
- the other problem is that the container inside of it for example should have its position some where, so it can be draw correctly on the screen. That holds true when you look to the settings of this container and see that the position is changed by the center container. That is great and all but when the game runs those parameter for position is set to 0, also true for global position, everything is zeroed. WTF, I need those information, why center container has to be an ass?
Center container should always be a relative relation, as all the control nodes should be.
This thing that controls just take over the parameter of their children and no way for you to change their position relatively with the container is garbage! If there is a way please tell, the settings for the nodes are no that intuitive or hidden.
Not really good explanation and description or any information on the documentation.
So here is my only way to appeal.
If anybody knows what I am talking about and how to go about please share.