Pygame won't load my image!
I put pygame.image.load(#picture#) but it wont open and gives the following ERROR:
Traceback (most recent call last):
File "main.py", line 127, in
zombie = pygame.image.load(r"C:\This PC\Downloads\MINECRAFT\Minecraft Zombie")
pygame.error: Couldn't open C:\This PC\Downloads\MINECRAFT\Minecraft Zombie
Voters
hehe