-
Notifications
You must be signed in to change notification settings - Fork 371
Open
Description
When trying to run a main.py I come across the following error
File "c:\Users\Kali\Desktop\15 - fixes audio\code\main.py", line 37, in <module>
game = Game()
File "c:\Users\Kali\Desktop\15 - fixes audio\code\main.py", line 14, in __init__
self.level = Level()
File "c:\Users\Kali\Desktop\15 - fixes audio\code\level.py", line 23, in __init__
self.visible_sprites = YSortCameraGroup()
File "c:\Users\Kali\Desktop\15 - fixes audio\code\level.py", line 170, in __init__
self.floor_surf = pygame.image.load('../graphics/tilemap/ground.png').convert()
FileNotFoundError: No file '../graphics/tilemap/ground.png' found in working directory 'C:\Users\Kali'.```
Metadata
Metadata
Assignees
Labels
No labels