Simplified playing sfx

This commit is contained in:
2025-06-13 21:55:46 +01:00
parent f5356b3201
commit 5270dc4275

View File

@ -8,6 +8,7 @@ yOffset = 0
pygame.init()
#Sounds for the gun :3
PlaySound = pygame.mixer.Sound.play
GunBlank = pygame.mixer.Sound("sfx/gun-blank.mp3")
GunShot = pygame.mixer.Sound("sfx/gun-shot.mp3")
GunSpin = pygame.mixer.Sound("sfx/gun-spin.mp3")