This commit is contained in:
2025-06-16 20:25:28 +01:00

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")