We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c7614 commit 7ae3f3bCopy full SHA for 7ae3f3b
1 file changed
azuravian/TitleColorMatch.py
@@ -58,7 +58,7 @@ class CardModel(BaseCardTypeCustomFontAllText):
58
omit_gradient: bool = False
59
60
"""Directory where all reference files used by this card are stored"""
61
- REF_DIRECTORY = Path(__file__).parent.parent / 'ref'
+ REF_DIRECTORY = BaseCardType.BASE_REF_DIRECTORY / 'standard'
62
63
CardConfig = DefaultCardConfig(
64
font_file=REF_DIRECTORY / 'Sequel-Neue.otf',
0 commit comments