diff --git a/movement.py b/movement.py index 1947a50..8b8fe07 100644 --- a/movement.py +++ b/movement.py @@ -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)