Hierarchy doubts

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Not_a_Robot
:warning: Old Version Published before Godot 3 was released.

Hello!

I have the following hierarchy:

-Root
–Parent1
—Child1
—Child2
–Parent2

When moving around Child2, graphically is placed under Parent2. I thought it would go above it since is a child of Parent1.
Is there any way to accomplish this? I would like to place graphically Child2 on top of Parent2.

Thank you in advance!

:bust_in_silhouette: Reply From: ludosar

Hi,

in the hierarchy, the items at the bottom are on top. If you want to change this automatic behaviour, you can change the Z property for each item.

Thank you very much! :smiley:

Not_a_Robot | 2016-07-13 13:00