Skip to content
Snippets Groups Projects
Commit d93a6fdd authored by Fabian Heinrich's avatar Fabian Heinrich
Browse files

Formatting fix?

parent 7dc5630f
No related branches found
No related tags found
1 merge request!8Resolve "Can put tomatos on returned plate"
Pipeline #41487 passed
......@@ -65,10 +65,10 @@ class PyGameGUI:
"""Visualisation of the overcooked environment and reading keyboard inputs using pygame."""
def __init__(
self,
simulator: Simulator,
player_names: list[str],
player_keys: list[pygame.key],
self,
simulator: Simulator,
player_names: list[str],
player_keys: list[pygame.key],
):
self.screen = None
self.FPS = 60
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment