liballeg / allegro5

The official Allegro 5 git repository. Pull requests welcome!
https://liballeg.org
Other
1.9k stars 285 forks source link

Fix opaque black background pixels in explosion sprites. #1564

Closed tstoeter closed 5 months ago

tstoeter commented 5 months ago

In the explosion sprites, make black pixels fully transparent, which otherwise block parts of the scene, e.g. stars and ship. Also make all other pixels semi-transparent, which appeared nicer.

SiegeLord commented 5 months ago

Thanks, it does look nicer!