Does Godot has some kind of layer system

does godot have layers like in painting softwares or in gdevelop

Yep,it’s called z-index

where is it and I’m referring to 2d

It’s for 2D.
You’ll find it the inspector of a node2d/sprite2d and many nodes

It’s in the inspector => ordering => z-index

1 Like