From f951834590a17f0c5dad8c9b7ef59a69fc1d722f Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 21 Nov 2020 19:54:06 -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 b6afbc78..056099d9 100644 --- a/commands/edit-image/yu-gi-oh-gen.js +++ b/commands/edit-image/yu-gi-oh-gen.js @@ -139,10 +139,10 @@ module.exports = class YuGiOhGenCommand extends Command { ctx.fillText(def, monsterType === 'link' ? 722 : 675, 1079); } else if (type === 'spell') { ctx.font = '35px Stone Serif Small Caps'; - ctx.fillText('[Spell Card]', 502, 141); + ctx.fillText('[ Spell Card ]', 479, 141); } else if (type === 'trap') { ctx.font = '35px Stone Serif Small Caps'; - ctx.fillText('[Trap Card]', 512, 141); + ctx.fillText('[ Trap Card ]', 489, 141); } ctx.font = '27px Matrix Book'; const wrappedEffect = await wrapText(ctx, effect, 690);