This commit is contained in:
Dragon Fire
2020-07-02 23:53:35 -04:00
parent a1792d5ba5
commit dd9ad42db6
+2 -2
View File
@@ -98,8 +98,8 @@ module.exports = class MarioBrosViewsCommand extends Command {
ctx.strokeStyle = 'black';
ctx.lineWidth = 5;
const height = luigiTopMost + ((fontSize + 20) * i);
ctx.strokeText(luigiLines[i], 390, height);
ctx.fillText(luigiLines[i], 390, height);
ctx.strokeText(luigiLines[i], 450, height);
ctx.fillText(luigiLines[i], 450, height);
}
return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'mario-bros-views.png' }] });
}