I'm developing an Isometric Game but I have problem apply the right layer for make, for example, a wall behind or in front of the pgPlayer depending on the pgPlayer position.
I'm able of getting works in an orthogonal map relating the y-axis value of an object with his layer but in an isometric map, the y-axis is not aligned with the editor one.
Anyone can help me understand how to manage this?