Added gun spin sfx when space is pressed

This commit is contained in:
2025-06-13 22:54:50 +01:00
parent 2ec9005aa6
commit f327706127

View File

@ -39,6 +39,7 @@ while running:
PlaySound(GunSpin) PlaySound(GunSpin)
elif event.key == pygame.K_SPACE: elif event.key == pygame.K_SPACE:
startSpin = True startSpin = True
PlaySound(GunSpin)
#screen code #screen code
screen.fill("black") screen.fill("black")