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

Read item combinations, added lettucedispenser in layout

parent 1865695f
Branches
No related tags found
1 merge request!1340-visualisierungsregeln
Pipeline #41855 failed
EEEEEEEEEEE
ECCUCTCCCCE
ECCUCTCLCCE
ECEEEEEEECE
ECEEEEEEECE
EWEEEEEEEEE
......
from __future__ import annotations
import yaml
from overcooked_simulator import ROOT_DIR
with open(ROOT_DIR / "game_content/item_combinations.yaml", "r") as file:
item_loopkup = yaml.safe_load(file)
class Item:
"""Base class for game items which can be held by a player."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment