Thanks man! This is just what I was looking for, I just need the green ship. I'm designing a Space Invaders game right now and I'm hoping to be done with it in 1-2 weeks. It's going to be totally non-commercial and free for anyone to play and enjoy if they want. If you want to check it out, here's my GitHub with a list of game's I've made and I'll be posting my Space Invaders game on there when I'm done!
**EDIT** I was having a bit of and issue with importing the spaceship image into Python. Even though they are PNG and are transparent and do have an Alpha channel, for some reason most image editors apply an effect called Pre-Multiply Alpha which cause Pygame to have issues. Not sure if other game engines have this issue but it was easy to resolve. I just download an effect for PAINT.NET called Un-Pre-Multiply Alpha and it reversed it and havn't had any issues since! Just thought I'd let everyone know in case they run into this issue as well.
Thanks man! This is just what I was looking for, I just need the green ship. I'm designing a Space Invaders game right now and I'm hoping to be done with it in 1-2 weeks. It's going to be totally non-commercial and free for anyone to play and enjoy if they want. If you want to check it out, here's my GitHub with a list of game's I've made and I'll be posting my Space Invaders game on there when I'm done!
https://github.com/Boarlock/games
**EDIT** I was having a bit of and issue with importing the spaceship image into Python. Even though they are PNG and are transparent and do have an Alpha channel, for some reason most image editors apply an effect called Pre-Multiply Alpha which cause Pygame to have issues. Not sure if other game engines have this issue but it was easy to resolve. I just download an effect for PAINT.NET called Un-Pre-Multiply Alpha and it reversed it and havn't had any issues since! Just thought I'd let everyone know in case they run into this issue as well.