I am learning how to use Pygame and when I am loading the assets to use in my project it gives me a FileNotFound error. The code it gives me an error at is NORMAL_BINGUS = pygame.image.load(os.path.join('assets', 'Bingus_Normal.jpg'))
The assets folder is in the same folder my code is in, and the image name is exactly the same as I typed above, so I do not know what the cause for this could be.