This commit is contained in:
Daniel Odendahl Jr
2017-05-10 05:46:13 +00:00
parent d22af1ff5b
commit 90fabcb13a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ module.exports = class BobRossCommand extends Command {
ctx.fillStyle = 'white';
ctx.fillRect(0, 0, 600, 775);
ctx.rotate(3 * Math.PI / 180);
ctx.drawImage(avatar, 44, 85, 300, 300);
ctx.drawImage(avatar, 44, 90, 300, 300);
ctx.rotate(-3 * Math.PI / 180);
ctx.drawImage(base, 0, 0);
};