Added gun spin sfx when space is pressed
This commit is contained in:
@ -39,6 +39,7 @@ while running:
|
||||
PlaySound(GunSpin)
|
||||
elif event.key == pygame.K_SPACE:
|
||||
startSpin = True
|
||||
PlaySound(GunSpin)
|
||||
|
||||
#screen code
|
||||
screen.fill("black")
|
||||
|
||||
Reference in New Issue
Block a user