Open domcouhrik opened 4 months ago
The current way shapes get rendered in through fri.shapesge.drawables.GameObjects.drawAll()
, which cycles through an ArrayList
of all drawables currently in existence, and for each calls draw()
in the order they are in.
Simply reordering this ArrayList
could (?) do the trick.
makeVisible()
in the correct order.