You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "/home/emsi/PycharmProjects/UltimatePygameIntro/runner_class only.py", line 106, in <module>
player.add(Player())
File "/home/emsi/PycharmProjects/UltimatePygameIntro/runner_class only.py", line 8, in __init__
player_walk_1 = pygame.image.load('graphics/player/player_walk_1.png').convert_alpha()
FileNotFoundError: No file 'graphics/player/player_walk_1.png' found in working director```
Clearly there is no player directory. It is Player .
The text was updated successfully, but these errors were encountered:
Clearly there is no
player
directory. It isPlayer
.The text was updated successfully, but these errors were encountered: