Godot Version
4.2.1
Question
Hello! I am working on my 2d tower defense, and I came up to these problem: when I am building towers, new tower always comes on top of everything. What I should do to make towers with lower Y coordinate display on top of towers with higher Y coordinate? (enabling Y sort on my map node didn’t solved the problem).