Okay NOW I've attained peak efficiency I swear

This commit is contained in:
2025-06-14 00:34:39 +01:00
parent 6ab5caf9de
commit aee98bcf40

View File

@ -51,8 +51,6 @@ while running:
startSpin = True startSpin = True
PlaySound(GunSpin) PlaySound(GunSpin)
#gun code WOO #gun code WOO
if startSpin == True or spinning == True:#check if space was pressed or if the gun is already spinning if startSpin == True or spinning == True:#check if space was pressed or if the gun is already spinning
spinning = True #keep the gun spinning spinning = True #keep the gun spinning
@ -63,7 +61,6 @@ while running:
startSpin = False #what did i say bitch? stop spinning startSpin = False #what did i say bitch? stop spinning
fire() #check if the user gets shot fire() #check if the user gets shot
#screen code #screen code
screen.fill("black") screen.fill("black")