Python-Games icon indicating copy to clipboard operation
Python-Games copied to clipboard

Bounce

Open amgidd opened this issue 1 year ago • 0 comments

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'.

amgidd avatar May 28 '24 01:05 amgidd