This commit is contained in:
Dragon Fire
2024-03-23 21:41:00 -04:00
parent 33ced29edd
commit 5f9fd010e1
+1 -1
View File
@@ -48,7 +48,7 @@ module.exports = class DannyDevitoCommand extends Command {
ctx.drawImage(
danny,
face.box.xMin - (face.box.width * 0.2),
face.box.yMin - (height / 2) - (height * 0.2),
face.box.yMin - (height / 2) - (height * 0.1),
face.box.width * 1.25,
height * 1.25
);