Move some files so that deno task dev works
This commit is contained in:
@@ -121,7 +121,7 @@ const drawStandardCard = async (
|
||||
context.drawImage(colorImage(getImage("card-brown"), "#ff9911"), 0, 0);
|
||||
context.drawImage(getImage("card-description-focus"), 44, 1094);
|
||||
// Draw the name
|
||||
drawText(context, card.title, 300, 300);
|
||||
drawText(context, card.title, 400, 500);
|
||||
// Draw the description
|
||||
// Draw the types
|
||||
// Draw the cost
|
||||
|
||||
Reference in New Issue
Block a user