Compare commits

...

2 Commits

View File

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