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
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'.
The text was updated successfully, but these errors were encountered:
Hi! The dir is named 'tiles' not 'Tiles'
The text was updated successfully, but these errors were encountered: