Python Forum

Full Version: Need help making a sprite
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I designed a sprite in a drawing application (bitmap) and I want to get that drawing into my game.

I need some help as the only method I have seen doesn't work for me.
Let´s assume you are coding the game in python,
what game framework / modules are you using?
What only method have you tried and what was the error you got?
Without any of these informations we can´t help you.
(Aug-11-2019, 03:06 PM)ThomasL Wrote: [ -> ]Let´s assume you are coding the game in python,
what game framework / modules are you using?
What only method have you tried and what was the error you got?
Without any of these informations we can´t help you.

I'm using only Pygame, the method I tried didn't produce an error but didn't do what I wanted it to. If there are any other modules I could use then please send me a link.
I can highly recommend this playlist: Tech With Tim - Pygame Programming Tutorials
(Aug-11-2019, 03:09 PM)GalaxyCoyote Wrote: [ -> ]I'm using only Pygame, the method I tried didn't produce an error but didn't do what I wanted it to. If there are any other modules I could use then please send me a link.
What method did you use? What is the unexpected output? What is your code? you may also upload your image.