diff --git a/main.py b/main.py index cf19df3..7176e16 100644 --- a/main.py +++ b/main.py @@ -132,6 +132,7 @@ def main(): if event.type == pygame.QUIT: run = False pygame.quit() + exit() if event.type == pygame.KEYDOWN: if event.key == pygame.K_LCTRL and len(yellow_bullets) < MAX_BULLETS: