set window title

Co-authored-by: Laura Januleviciute <januleviciute.laura@gmail.com>
This commit is contained in:
2021-11-05 21:05:10 +01:00
parent 2546120e9d
commit aa96587f5e

View File

@@ -32,6 +32,7 @@ game_objects.append(Vacuum(bubble_objects))
while True: while True:
SCREEN.fill(BACKGROUND) SCREEN.fill(BACKGROUND)
pygame.display.set_caption("Rush Hour CO2")
if len(bubble_objects) < BUBBLE_LIMIT: if len(bubble_objects) < BUBBLE_LIMIT:
for game_object in bubble_objects: for game_object in bubble_objects: