Finished gun sfx

This commit is contained in:
2025-06-13 21:42:37 +01:00
parent 902db9fef0
commit f5356b3201

View File

@ -10,6 +10,8 @@ pygame.init()
#Sounds for the gun :3 #Sounds for the gun :3
GunBlank = pygame.mixer.Sound("sfx/gun-blank.mp3") GunBlank = pygame.mixer.Sound("sfx/gun-blank.mp3")
GunShot = pygame.mixer.Sound("sfx/gun-shot.mp3") GunShot = pygame.mixer.Sound("sfx/gun-shot.mp3")
GunSpin = pygame.mixer.Sound("sfx/gun-spin.mp3")
screen = pygame.display.set_mode((screenx,screeny)) screen = pygame.display.set_mode((screenx,screeny))
clock = pygame.time.Clock() clock = pygame.time.Clock()