Allow big symbols

This commit is contained in:
Dylan Pizzo
2025-01-07 20:02:50 -08:00
parent 52db63d395
commit ff5c543147
3 changed files with 82 additions and 14 deletions

View File

@@ -181,11 +181,12 @@ const drawStandardCard = async (
context.font = "60pt DominionText";
await renderDominionText(
context,
parse(card.description),
parse(card.description, { isDescription: true }),
w / 2,
1490,
1000
);
console.log(card.title, parse(card.description));
// Draw the types
size = 65;
context.font = `${size}pt DominionTitle`;