mirror of
https://github.com/13hannes11/outyard-hackathon-rush-hour-co2.git
synced 2024-09-03 20:10:59 +02:00
increase car emissions
Co-authored-by: Laura Januleviciute <januleviciute.laura@gmail.com>
This commit is contained in:
2
Car.py
2
Car.py
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user