Fixed some dumbass typo that stopped code from working

This commit is contained in:
2025-06-16 21:18:03 +01:00
parent 5d1b3d3fae
commit 8a2cbf6529

View File

@ -37,7 +37,7 @@ class Game:
self.gunShot = pygame.mixer.Sound("sfx/gun-shot.mp3")
self.gunSpin = pygame.mixer.Sound("sfx/gun-spin.mp3")
self.gunLoad = pygame.mixer.Sound("sfx/gun-load.mp3")
self.gunCyclinder = pygame.mixer.Sound("sfx/gun-cylinder-stop")
self.gunCyclinder = pygame.mixer.Sound("sfx/gun-cylinder-stop.mp3")
self.gun = pygame.image.load_animation("gun.webp")
self.gunFlash = pygame.image.load("images/muzzleflash.png")