make dust car faster

This commit is contained in:
Pawel Felcyn 2023-05-11 20:14:09 +02:00
parent 94f301cae5
commit bb3fc2715f
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ def move_dust_car(actions: list[AgentActionType], game_context: GameContext) ->
elif game_context.grid[street_position] == GridCellType.STREET_VERTICAL:
game_context.render_in_cell(street_position, "imgs/street_vertical.png")
pygame.display.update()
time.sleep(0.5)
time.sleep(0.15)