I hate simba

This commit is contained in:
Daniel Odendahl Jr
2017-05-15 06:38:52 +00:00
parent e4c5036bc2
commit dc8ba20d48
+1 -1
View File
@@ -38,7 +38,7 @@ module.exports = class SimbaCommand extends Command {
const generate = () => {
ctx.drawImage(base, 0, 0);
ctx.rotate(-24 * Math.PI / 180);
ctx.drawImage(avatar, 100, 105, 130, 150);
ctx.drawImage(avatar, 80, 115, 130, 150);
ctx.rotate(24 * Math.PI / 180);
};
base.src = await fs.readFileAsync(path.join(__dirname, '..', '..', 'assets', 'images', 'simba.png'));