This commit is contained in:
Dragon Fire
2019-08-05 16:20:18 -04:00
parent ea03e9243e
commit eaa9a15078
+1 -1
View File
@@ -73,7 +73,7 @@ module.exports = class PlanktonPlanCommand extends Command {
fontSize -= 1; fontSize -= 1;
ctx.font = `${fontSize}px Noto`; 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); ctx.fillText(lines.join('\n'), x, y);
i++; i++;
} }