Skip to content

Commit 636c929

Browse files
committed
Update main.py
1 parent 3cc24ed commit 636c929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
clock = pygame.time.Clock()
1919
ALIENLASER = pygame.USEREVENT
20-
pygame.time.set_timer(ALIENLASER, 500)
20+
pygame.time.set_timer(ALIENLASER, 300)
2121

2222
MYSTERYSHIP = pygame.USEREVENT + 1
2323
pygame.time.set_timer(MYSTERYSHIP, random.randint(10000,20000))

0 commit comments

Comments
 (0)