Godot Version
4.3
Question
Hi, I have a problem with sort ordering in Godot 4.3 top-down game.
I have Rocks, with z-index 10 and Player with z-index 10. Player can have a “weapon” (in this case it is just a security cone ;-)) in “MainHand” when player is looking left, in my animation I set z-index of “MainHand” to -1, when it looks right it is 0. The problem I have is visibile on video I attach so - when I move player behind the rock and look left, cone is hidden behind rock, when it looks right cone is visible.
What am I doing wrong?