mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Just a bit more spacing
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user