I am working on a game in pygame and I published some of my previous games on itch.io. When I am loading image I used to do it like this:
player = pygame.image.load(r"C:\Users\user\folder\folder1\player.png")
But when I publish the game, other people can't run the game. How do I fix this?