Escoria - Action menu behind objects [Solved]

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

hey guys.
i have a problem with the action menu in escoria. i implemented it as in the description, but its always behind my objects. the game scene is at the bottom of the main scene. i also tried to change the z value of the objects, but it doesn’t help.

so my action_menu.scn is a child of the game.scn root node, my game.scn a child of my main scene root node.

thank you!

// Edit:
Solved. The objects have a script-generated z-value. if i enable “use custom z” and then set the z value to zero it works.