So I have the background image, but what I'm trying to do is cover it with a different, transparent image. How can I do that? Because 'setBackground()' removes the original image.


getBackground().drawImage(new GreenfootImage(getBackground().getWidth(), getBackground().getHeight()), 0, 0);