landfill #22

Merged
s473616 merged 2 commits from landfill into master 2023-05-11 21:38:44 +02:00
Showing only changes of commit bb3fc2715f - Show all commits

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)