Spaceships 32x32
Author:
Friday, July 30, 2021 - 15:53
Art Type:
License(s):
Collections:
Favorites:
3
These are some Spaceships I made a couple days ago that today I decided I wanted to share with the community, there are a total of 5 Spaceships, the 7-file has the individual sprite of the ships and one image with all of them.
I would like to get some feedback on the sprites and if you feel like it, also leave a comment of a ship you would like me to add to this collection!
File(s):
spaceships.zip 7.2 Kb [1386 download(s)]
Comments
Hey ! I use one of your sprites for my space shooter project, can I use this sprite for a commercial version?
@ZenZero: See FAQ entry #1: Can I use the art I find here?
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.