We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340ad7d commit 7d32adeCopy full SHA for 7d32ade
pdinvader/Missile.py
@@ -8,7 +8,7 @@ def __init__(self, x: int, y: int, display: pygame.Surface, img: pygame.Surface)
8
self.ypos = y
9
self.display = display
10
self.img = img
11
- self.velocity = 0.2
+ self.velocity = 0.25
12
self.bulletcount = 0
13
self.mrect = pygame.Rect(self.xpos, self.ypos, 30, 50)
14
0 commit comments