From c94877cee5f180fef4e2faddc73fc7088b9b1697 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sun, 2 Aug 2026 00:19:38 -0400 Subject: [PATCH] fix path --- vars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars.py b/vars.py index e44caf7..b53718a 100644 --- a/vars.py +++ b/vars.py @@ -12,7 +12,7 @@ class Colors(Enum): SABRES_GOLD = (252, 20, 210) SCRIPT_DIR = Path(__file__).parent.resolve() -ASSET_DIR = os.path.join(SCRIPT_DIR, "../assets") +ASSET_DIR = os.path.join(SCRIPT_DIR, "assets") LOGO_DIR = os.path.join(ASSET_DIR, "logos") PANEL_WIDTH = 256