Hi! I'm trying to make an idle clicker game that adds buildings to the board. One major issue has popped up: I cannot figure out how to stop them from overlapping weirdly (image attached). The game spawns the buildings in random positions and I need the ones further back to draw themselves in the back. I know I need to use the z_index property but I'm unaware how. Thank you for any help!!