I have a node in a gui that have render_order(0), I need to move that node, but it goes thought other gui nodes that have render order 1 or 2.
How can I change the render order of this node?(need to move above the other nodes, but his gui need to stay in render order 0.
thanks