From 8a2cbf65293d372d5fcd1bf218ccb3fea6432bf1 Mon Sep 17 00:00:00 2001 From: Tango Date: Mon, 16 Jun 2025 21:18:03 +0100 Subject: [PATCH] Fixed some dumbass typo that stopped code from working --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index e5d3666..ca46c01 100644 --- a/__init__.py +++ b/__init__.py @@ -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")