Okay NOW I've attained peak efficiency I swear
This commit is contained in:
@ -51,8 +51,6 @@ while running:
|
||||
startSpin = True
|
||||
PlaySound(GunSpin)
|
||||
|
||||
|
||||
|
||||
#gun code WOO
|
||||
if startSpin == True or spinning == True:#check if space was pressed or if the gun is already spinning
|
||||
spinning = True #keep the gun spinning
|
||||
@ -63,7 +61,6 @@ while running:
|
||||
startSpin = False #what did i say bitch? stop spinning
|
||||
fire() #check if the user gets shot
|
||||
|
||||
|
||||
#screen code
|
||||
screen.fill("black")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user