Update 'startup.py'

This commit is contained in:
Maksymilian Szygenda 2023-04-23 15:40:34 +02:00
parent 2fbf2be1d7
commit b78f3cfa7b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ def render_background(game_context: GameContext):
game_context.canvas.blit(pygame_bg_image, (0, 0))
def create_city() -> City:
city: City = City()
city: City = City()
streets = create_streets()
trashcans = create_trashcans()
for s in streets: