In the past, I have always made my own sprite sheets, and just made them transparent. But I always see sprite sheets with a pinkish color as a background. How would you key this out in a game?
also which is better? using a transparent .png file? or having a solid background color?
In case anyone is wondering, I use the BufferedImage class and I getSubImage.