diff --git a/cooperative_cuisine/pygame_2d_vis/drawing.py b/cooperative_cuisine/pygame_2d_vis/drawing.py index 12596f6e67106b9d29d137a22f5d5fce80f24b30..6efd7f6faca5658e46178abefdf0b26a1dc57f49 100644 --- a/cooperative_cuisine/pygame_2d_vis/drawing.py +++ b/cooperative_cuisine/pygame_2d_vis/drawing.py @@ -149,7 +149,7 @@ class Visualizer: grid_size, ) - for idx, col in zip(controlled_player_idxs, [colors["blue"], colors["red"]]): + for idx, col in zip(controlled_player_idxs, [ colors["red"], colors["blue"]]): pygame.draw.circle( screen, col,