Update 'startup.py'
This commit is contained in:
parent
2fbf2be1d7
commit
b78f3cfa7b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user