Just a bit more spacing

This commit is contained in:
Dragon Fire
2019-08-13 14:25:30 -04:00
parent facc216518
commit 35b2466f8c
+1 -1
View File
@@ -61,7 +61,7 @@ module.exports = class SpongebobBurnCommand extends Command {
ctx.font = `${fontSize}px Noto`;
}
const lines = await wrapText(ctx, burn, 180);
ctx.fillText(lines.join('\n'), 50, 103);
ctx.fillText(lines.join('\n'), 55, 103);
ctx.font = '25px Noto';
ctx.fillText(person, 382, 26);
ctx.font = '20px Noto';