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

Fixed item_info in gui, was debug

parent be9392a0
No related branches found
No related tags found
No related merge requests found
Pipeline #49206 passed
......@@ -1455,7 +1455,7 @@ class PyGameGUI:
]
# layout_path = self.layout_file_paths[self.current_layout_idx]
item_info_path = ROOT_DIR / "configs" / "item_info_debug.yaml"
item_info_path = ROOT_DIR / "configs" / "item_info.yaml"
with open(item_info_path, "r") as file:
item_info = file.read()
with open(layout_path, "r") as file:
......
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