diff --git a/main.py b/main.py index f0197b1..e9a1e87 100644 --- a/main.py +++ b/main.py @@ -32,6 +32,7 @@ game_objects.append(Vacuum(bubble_objects)) while True: SCREEN.fill(BACKGROUND) + pygame.display.set_caption("Rush Hour CO2") if len(bubble_objects) < BUBBLE_LIMIT: for game_object in bubble_objects: