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