From d52258b943e7295b229b9615c063443fad1655db Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 21 Nov 2020 19:23:34 -0500 Subject: [PATCH] Fix --- commands/edit-image/yu-gi-oh-gen.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/edit-image/yu-gi-oh-gen.js b/commands/edit-image/yu-gi-oh-gen.js index 4faecdd0..df34c698 100644 --- a/commands/edit-image/yu-gi-oh-gen.js +++ b/commands/edit-image/yu-gi-oh-gen.js @@ -134,8 +134,8 @@ module.exports = class YuGiOhGenCommand extends Command { typeStr += ' ]'; ctx.fillText(typeStr, 60, 894); ctx.font = '29px Stone Serif'; - ctx.fillText(atk, 512, 1081); - ctx.fillText(def, monsterType === 'link' ? 720 : 673, 1081); + ctx.fillText(atk, 514, 1079); + ctx.fillText(def, monsterType === 'link' ? 722 : 675, 1079); } ctx.font = '27px Matrix Book'; const wrappedEffect = await wrapText(ctx, effect, 690);