From 849532c48c3213c75ff0b48160d7d92d29ee917d Mon Sep 17 00:00:00 2001 From: "Hannes F. Kuchelmeister" Date: Fri, 5 Nov 2021 22:43:44 +0100 Subject: [PATCH] increase car emissions Co-authored-by: Laura Januleviciute --- Car.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Car.py b/Car.py index 2ee2785..51a4a87 100644 --- a/Car.py +++ b/Car.py @@ -11,7 +11,7 @@ class Car: self.width = 173 self.height = 66 self.game_objects = game_objects - self.bubble_spawn_time_ms = 1000 + self.bubble_spawn_time_ms = 300 self.time_of_last_spawn = 0 self.BUBBLE_IMAGE = pygame.image.load("sprites/bubble.png") self.image = pygame.image.load("sprites/car.png")