Added gun spin sfx when space is pressed
This commit is contained in:
@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user