This commit is contained in:
Dragon Fire
2024-03-23 21:41:37 -04:00
parent 5f9fd010e1
commit b15fd92381
+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.1),
face.box.yMin - (height / 2),
face.box.width * 1.25,
height * 1.25
);