Python-Games
Python-Games copied to clipboard
Bounce
Hi! The dir is named 'tiles' not 'Tiles'
Traceback (most recent call last):
File ".../Python-Games/Bounce/main.py", line 5, in <module>
from world import World, load_level
File ".../Python-Games/Bounce/world.py", line 11, in <module>
img = pygame.image.load(f'Tiles/{index}.png')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: No file 'Tiles/1.png' found in working directory '.../Python-Games/Bounce'.