RKnybel / Water-Wall

A Tetris clone written in Python with Pygame
5 stars 1 forks source link

Game cannot be launched due to missing image #1

Closed Grimmys closed 4 years ago

Grimmys commented 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

RKnybel commented 4 years ago

Aha, I forgot to upload some images. If you download the game again, it should run properly. Thank you!

Grimmys commented 4 years ago

Yes it works now. ;)