New Thug Life Background

This commit is contained in:
Daniel Odendahl Jr
2017-07-27 00:51:17 +00:00
parent 5041644a5c
commit 05210f7fe2
2 changed files with 1 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 40 KiB

+1 -1
View File
@@ -39,7 +39,7 @@ module.exports = class ThugLifeCommand extends Command {
const { body } = await snekfetch.get(avatarURL);
const avatar = await loadImage(body);
ctx.drawImage(avatar, 0, 0, 256, 256);
ctx.drawImage(base, 28, 204, 200, 42);
ctx.drawImage(base, 15, 175, 225, 75);
const imgData = ctx.getImageData(0, 0, 256, 256);
const { data } = imgData;
for (let i = 0; i < data.length; i += 4) {