I'm using pygame for this game. I've looked up new ways to load an image, I've changed end tag (.psd, .jpg, png, etc.) but nothing works. Right now this is my code:
character = pygame.image.load('pythonguy.png')
I'm using pygame for this game. I've looked up new ways to load an image, I've changed end tag (.psd, .jpg, png, etc.) but nothing works. Right now this is my code:
character = pygame.image.load('pythonguy.png')