increase car emissions

Co-authored-by: Laura Januleviciute <januleviciute.laura@gmail.com>
This commit is contained in:
2021-11-05 22:43:44 +01:00
parent 36d5064cd1
commit 849532c48c

2
Car.py
View File

@@ -11,7 +11,7 @@ class Car:
self.width = 173 self.width = 173
self.height = 66 self.height = 66
self.game_objects = game_objects self.game_objects = game_objects
self.bubble_spawn_time_ms = 1000 self.bubble_spawn_time_ms = 300
self.time_of_last_spawn = 0 self.time_of_last_spawn = 0
self.BUBBLE_IMAGE = pygame.image.load("sprites/bubble.png") self.BUBBLE_IMAGE = pygame.image.load("sprites/bubble.png")
self.image = pygame.image.load("sprites/car.png") self.image = pygame.image.load("sprites/car.png")