Closed Grimmys closed 4 years ago
Hey,
Here is what I get if I try to execute waterwall.py :
Traceback (most recent call last): File "waterwall.py", line 2, in <module> import gameparts File "C:\Users\Grimmys\Desktop\Water-Wall-master\gameparts.py", line 6, in <module> titleImg = pygame.image.load('data/images/title.png') pygame.error: Couldn't open data/images/title.png
Aha, I forgot to upload some images. If you download the game again, it should run properly. Thank you!
Yes it works now. ;)
Hey,
Here is what I get if I try to execute waterwall.py :
Traceback (most recent call last): File "waterwall.py", line 2, in <module> import gameparts File "C:\Users\Grimmys\Desktop\Water-Wall-master\gameparts.py", line 6, in <module> titleImg = pygame.image.load('data/images/title.png') pygame.error: Couldn't open data/images/title.png