Added extra gun sfx into the code, no clue how to use it in game but I'm balling

This commit is contained in:
2025-06-16 20:21:34 +01:00
parent 06ed8a8dde
commit 3b493e6c75

View File

@ -23,6 +23,8 @@ class Game:
self.gunBlank = pygame.mixer.Sound("sfx/gun-blank.mp3")
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.gun = pygame.image.load_animation("gun.webp")
self.gunFlash = pygame.image.load("images/muzzleflash.png")