Compare commits

...

2 Commits

View File

@ -30,7 +30,7 @@ class Game:
self.gunFlash = pygame.image.load("images/muzzleflash.png") self.gunFlash = pygame.image.load("images/muzzleflash.png")
self.shockScale = 0 #controls shock level sent to PDO (on a scale of 0 to 1) self.shockScale = 0 #controls shock level sent to PDO (on a scale of 0 to 1)
#gun varialbes #gun variables
self.startSpin = False self.startSpin = False
self.spinning = False self.spinning = False
self.spinInc = 0 self.spinInc = 0