diff --git a/__main__.py b/__main__.py index 3aaf660..a7dc7e3 100644 --- a/__main__.py +++ b/__main__.py @@ -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")