How to make a transparent image in Python using Pygame
I want to make an image transparent in Python using the Pygame module. It should behave that when a sprite goes under the transparent image, it becomes visible. How would I go about doing this?
I want to make an image transparent in Python using the Pygame module. It should behave that when a sprite goes under the transparent image, it becomes visible. How would I go about doing this?