I'm writing a 45 degree tile based game. I don't know how to set the
depth order of the sprite such that further objects are occluded by
near objects.
It seems that the engine draws sprites in the same order of the
initial insertion of the sprites into the game scene.
if the sprites' positions have changed, do I need to sort on the depth
of the sprites or the engine handles it automatically?
Thanks.