I have several flat objects that overlap each other
when moving the camera (through the center of the screen) - they change the order of drawing and overlap each other
How can I fix the order of drawing of the objects?
the only thing I realized is that prop_dynamic overlaps prop_static
I need some parameter like z-order or drawsort or something like that
I made custom materials so I can change its parameters