so on a sign of "GAME OVER" i am trying to make the background transparent but can seem to figure it out.... I wish "Color.TRANSPARENT" was an option hahah.
This is what I have now, the background being black.
i have refered to this colors
but not sure how to but a transparent color on my background besides changing the RGB colors to (0,0,0,0)
1 2 3 4 | public GameOver() { setImage( new GreenfootImage( "Game Over" , 285 , Color.RED, Color.BLACK)); } |