Closed mouse-rat closed 3 years ago
pygame 2.0.1 (SDL 2.0.14, Python 3.8.6) Hello from the pygame community. https://www.pygame.org/contribute.html Traceback (most recent call last): File "/home/mouserat/Desktop/git-hub-python/PygameForBeginners/main.py", line 17, in BULLET_HIT_SOUND = pygame.mixer.Sound('Assets/Grenade+1.mp3') pygame.error: Unable to open file 'Assets/Grenade+1.mp3'
.ogg files will fix the .mp3 load/play error on Linux
pygame 2.0.1 (SDL 2.0.14, Python 3.8.6) Hello from the pygame community. https://www.pygame.org/contribute.html Traceback (most recent call last): File "/home/mouserat/Desktop/git-hub-python/PygameForBeginners/main.py", line 17, in
BULLET_HIT_SOUND = pygame.mixer.Sound('Assets/Grenade+1.mp3')
pygame.error: Unable to open file 'Assets/Grenade+1.mp3'
.ogg files will fix the .mp3 load/play error on Linux