This commit is contained in:
Dragon Fire
2018-08-24 22:26:19 -04:00
parent 7f2875d0a2
commit ecf6c4e2df
+1 -1
View File
@@ -37,7 +37,7 @@ module.exports = class ThisIsWorthlessCommand extends Command {
const ctx = canvas.getContext('2d');
ctx.drawImage(base, 0, 0);
ctx.rotate(6 * (Math.PI / 180));
ctx.drawImage(avatar, 521, 241, 400, 400);
ctx.drawImage(avatar, 496, 183, 400, 400);
ctx.rotate(163 * (Math.PI / 180));
ctx.drawImage(avatar, 957, 1434, 70, 70);
ctx.rotate(-168 * (Math.PI / 180));