SpeedBump #23

Merged
s473616 merged 7 commits from SpeedBump into master 2023-05-13 22:05:21 +02:00
Showing only changes of commit f0d6001efa - Show all commits

View File

@ -67,7 +67,7 @@ def create_trashcans() -> List[GarbageCan]:
def create_speed_bumps() -> List[SpeedBump]:
bumps = []
bumps.append(SpeedBump((10, 10)))
bumps.append(SpeedBump((10, 9)))
bumps.append(SpeedBump((12, 16)))
return bumps