mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
More
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user