Animated sprite from few images
I’ve been searching for some good tutorial about making simple sprite animation from few images in Python using Pygame. I still haven’t found what I’m looking for.
I’ve been searching for some good tutorial about making simple sprite animation from few images in Python using Pygame. I still haven’t found what I’m looking for.
What I need to do is match the color of the image background with the color of Pygame windows.
But the background of image and pygame window didn’t match. It looks something like this
I’m making an arcade game using pygame and I’m trying to have a sprite change positions every few seconds.
I’m making a game in Python using Pygame that includes a small avatar maker before the game starts, but instead of creating a big sprite sheet with 88 different combinations of hairstyles and colours, is there a way that I can just use a generic .png image of each hairstyle and apply colour to it in-game?
So basically ive been hoping it would be possible to effectively turn your sprite while moving it around with WASD. Any ideas because im certainly stumped, thanks!