How to change Singletons' Z-index ? [Solved]

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By sarthakroy

Hello,
I want to change the Z-index of my Singleton(Autoload) so that it appears over the other scene nodes .
Please help .
Thank you.

:bust_in_silhouette: Reply From: Jose C. Rubio

If your singleton is a Node2D, you have a section in the inspector tab (right side) where you can specify the z-index of the node. High z-index nodes display over low z-index nodes.

Thank you .
I guess the z-index wasn’t working earlier due to some issues .
It’s working perfectly now.
Thanks again.

sarthakroy | 2020-08-01 11:54