This commit is contained in:
Dragon Fire
2020-06-12 10:33:21 -04:00
parent 542ba93b57
commit ea38da9668
+1 -1
View File
@@ -113,7 +113,7 @@ module.exports = class YuGiOhGenCommand extends Command {
ctx.fillText(name, 74, 64, 585);
ctx.font = '27px Matrix Book';
const wrappedEffect = await wrapText(ctx, effect, 660);
ctx.fillText(wrappedEffect.join('\n'), 76, 922);
ctx.fillText(wrappedEffect.join('\n'), 78, 925);
ctx.font = '31px Stone Serif Small Caps';
ctx.fillText(`[ ${type} / Effect ]`, 77, 889);
ctx.font = '22px Stone Serif';