From 442a8897930868d834677c7ad10895577a5a0a34 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 21 Nov 2020 19:27:35 -0500 Subject: [PATCH] Fix --- commands/edit-image/yu-gi-oh-gen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-image/yu-gi-oh-gen.js b/commands/edit-image/yu-gi-oh-gen.js index 0c6910c9..785bdee2 100644 --- a/commands/edit-image/yu-gi-oh-gen.js +++ b/commands/edit-image/yu-gi-oh-gen.js @@ -124,7 +124,7 @@ module.exports = class YuGiOhGenCommand extends Command { ctx.fillStyle = 'black'; ctx.textBaseline = 'top'; ctx.font = '87px Matrix'; - ctx.fillText(name, 55, 57, 620); + ctx.fillText(name, 57, 57, 620); ctx.font = '31px Stone Serif Small Caps'; if (type === 'monster') { let typeStr = `[ ${firstUpperCase(species)} / ${firstUpperCase(monsterType)}`;