Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error #6

Open
iaZe opened this issue May 24, 2022 · 1 comment
Open

Error #6

iaZe opened this issue May 24, 2022 · 1 comment

Comments

@iaZe
Copy link

iaZe commented May 24, 2022

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'.```
@VantaTree
Copy link

The issues tab is not for asking help, it's used to report things like bugs.

If can get help from the community from Clear Code's discord: https://discord.com/invite/a5C6pYw2w5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants