I am making a simple 2D game in java… I am using java’s Graphics2D to output to my screen. I want to be able to draw things that are partially transparent, can I do this? Or will I have to change my entire project to rendering using some other method
Share
Set
Graphics2D.setComposite(AlphaComposite)prior to drawing theImage.