Hi, I need some help. Method setPaintOrder() can help to set order of painting of different classes, but how i can set paint order for different objects of same class, which already added to World? Thanks
That isn't possible with this method. I am not sure how it is determined which object will be painted first, but it has probably something to do with the order they were created or added to the world.
Edit: I just tried it out. If you remove and readd an object, this object will be on top.