snoozan / NumberMunchersClone

On the XOs
GNU General Public License v2.0
0 stars 2 forks source link

Can't load PNGs on Windows; need to convert to BMP #19

Closed Honeybunch closed 9 years ago

Honeybunch commented 9 years ago

I know that windows isn't our target platform but testing in it could prove useful for those of us who find ourselves on windows machines.

Pygame will not load PNGs without an extra imaging library when on windows, but it WILL load BMPs. I suggest we save all images from now on as BMP to avoid the errors.

Honeybunch commented 9 years ago

Existing PNGs have been converted; future ones will too but this shall be closed for now!