From a4aadc065f920a07b2fd6d8a7ca00dec359270b6 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 24 Mar 2024 16:55:55 -0400 Subject: [PATCH] Lower fire quality --- commands/edit-avatar/fire.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-avatar/fire.js b/commands/edit-avatar/fire.js index d9edcd3a..96d0456f 100644 --- a/commands/edit-avatar/fire.js +++ b/commands/edit-avatar/fire.js @@ -51,7 +51,7 @@ module.exports = class FireCommand extends Command { encoder.start(); encoder.setRepeat(0); encoder.setDelay(0); - encoder.setQuality(200); + encoder.setQuality(100); for (let i = 0; i < frameCount; i++) { const frame = await loadImage(path.join(__dirname, '..', '..', 'assets', 'images', 'fire', `frame-${i}.gif`)); const ratio = frame.width / frame.height;