Skip to content

Commit 7d32ade

Browse files
missile bug fixex
1 parent 340ad7d commit 7d32ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdinvader/Missile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def __init__(self, x: int, y: int, display: pygame.Surface, img: pygame.Surface)
88
self.ypos = y
99
self.display = display
1010
self.img = img
11-
self.velocity = 0.2
11+
self.velocity = 0.25
1212
self.bulletcount = 0
1313
self.mrect = pygame.Rect(self.xpos, self.ypos, 30, 50)
1414

0 commit comments

Comments
 (0)