A bit smaller

This commit is contained in:
Dragon Fire
2024-04-27 14:48:47 -04:00
parent 83a60fcd81
commit 34c39e196c
+3 -3
View File
@@ -46,10 +46,10 @@ module.exports = class ShrekCommand extends Command {
const height = shrek.height * ratio; const height = shrek.height * ratio;
ctx.drawImage( ctx.drawImage(
shrek, shrek,
face.box.xMin - (face.box.width * 0.2), face.box.xMin - (face.box.width * 0.3),
face.box.yMin - (height / 2.5), face.box.yMin - (height / 2.5),
face.box.width * 1.6, face.box.width * 1.5,
height * 1.6 height * 1.5
); );
} }
return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'shrek.png' }] }); return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'shrek.png' }] });