Okay NOW I've attained peak efficiency I swear
This commit is contained in:
@ -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")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user