Compare commits
2 Commits
3b493e6c75
...
943b116f56
| Author | SHA1 | Date | |
|---|---|---|---|
| 943b116f56 | |||
| 81e0f7b1f8 |
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user