Is there any other way to load a resource like an image, sound, or font into Pygame? [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 2 months ago . Improve this question 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