From bfe6372838aebe000842673ada4fc5562fd36073 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 13 Jul 2020 21:05:03 -0400 Subject: [PATCH] Remove transparency thing from fire --- commands/edit-avatar/fire.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/edit-avatar/fire.js b/commands/edit-avatar/fire.js index 337b7223..132a3611 100644 --- a/commands/edit-avatar/fire.js +++ b/commands/edit-avatar/fire.js @@ -52,7 +52,6 @@ module.exports = class FireCommand extends Command { encoder.setRepeat(0); encoder.setDelay(100); encoder.setQuality(200); - encoder.setTransparent('#000000'); for (let i = 0; i < frameCount; i += 2) { const frameID = `frame-${i.toString().padStart(2, '0')}.png`; const frame = await loadImage(path.join(__dirname, '..', '..', 'assets', 'images', 'fire', frameID));