From eaa9a15078e795a6d99f39eac4990ad78f2af41e Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 5 Aug 2019 16:20:18 -0400 Subject: [PATCH] Fix --- commands/image-edit/plankton-plan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/image-edit/plankton-plan.js b/commands/image-edit/plankton-plan.js index ddbfe81c..40e0650d 100644 --- a/commands/image-edit/plankton-plan.js +++ b/commands/image-edit/plankton-plan.js @@ -73,7 +73,7 @@ module.exports = class PlanktonPlanCommand extends Command { fontSize -= 1; ctx.font = `${fontSize}px Noto`; } - const lines = await wrapText(ctx, step, 252); + const lines = await wrapText(ctx, step, 160); ctx.fillText(lines.join('\n'), x, y); i++; }