Hi,
I'm using the following code:
Now, I'm trying to remove the background color (in this case, Color.BLACK) because it doesn't look appealing with the background. Any idea on how to do that?
setImage(new GreenfootImage("Score : " + score, 24, Color.YELLOW, Color.BLACK));
