How do I make my text have a transparent background by using the setImage method? Like what would I put in the place of LIGHT_GRAY or do I have to do it in another way?
setImage(new GreenfootImage("A dog with\n " + this.description,20,Color.BLACK,Color.LIGHT_GRAY));
