This commit is contained in:
t
2025-02-05 19:25:48 +01:00
parent cbe4355c3d
commit 810f54cb65
258 changed files with 4730 additions and 3 deletions
@@ -0,0 +1,11 @@
import os
import ignis
from ignis.utils import Utils
MATERIAL_CACHE_DIR = f"{ignis.CACHE_DIR}/material" # type: ignore
TEMPLATES = Utils.get_current_dir() + "/templates"
SAMPLE_WALL = Utils.get_current_dir() + "/sample_wall.png"
os.makedirs(MATERIAL_CACHE_DIR, exist_ok=True)