Skip to content

Commit 7ae3f3b

Browse files
committed
Fix reference directory for TitleColorMatch directory
1 parent 13c7614 commit 7ae3f3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azuravian/TitleColorMatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class CardModel(BaseCardTypeCustomFontAllText):
5858
omit_gradient: bool = False
5959

6060
"""Directory where all reference files used by this card are stored"""
61-
REF_DIRECTORY = Path(__file__).parent.parent / 'ref'
61+
REF_DIRECTORY = BaseCardType.BASE_REF_DIRECTORY / 'standard'
6262

6363
CardConfig = DefaultCardConfig(
6464
font_file=REF_DIRECTORY / 'Sequel-Neue.otf',

0 commit comments

Comments
 (0)