price -> cost
This commit is contained in:
@@ -120,7 +120,7 @@ const drawStandardCard = async (
|
||||
// Draw the types
|
||||
// Draw the cost
|
||||
context.font = "90pt DominionText";
|
||||
await renderDominionText(context, parse(card.price), 210, 1940, 200);
|
||||
await renderDominionText(context, parse(card.cost), 210, 1940, 200);
|
||||
// Draw the preview
|
||||
// Draw the icon
|
||||
// Draw the credit
|
||||
|
||||
Reference in New Issue
Block a user