Compare commits

..

2 Commits

View File

@ -46,6 +46,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")