This commit is contained in:
Daniel Odendahl Jr
2017-11-06 00:10:35 +00:00
parent 6ba9b89844
commit 787c4a53cb
+1 -1
View File
@@ -64,7 +64,7 @@ module.exports = class DistractedBoyfriendCommand extends Command {
const ctx = canvas.getContext('2d');
ctx.drawImage(base, 0, 0);
ctx.rotate(-18.06 * (Math.PI / 180));
ctx.drawImage(boyfriendAvatar, 310, 186, 125, 125);
ctx.drawImage(boyfriendAvatar, 300, 176, 125, 125);
ctx.rotate(18.06 * (Math.PI / 180));
ctx.rotate(3.11 * (Math.PI / 180));
ctx.drawImage(girlfriendAvatar, 539, 67, 100, 125);