From 1378bb02b2454847f7fb8c724786f8adcc6ffb1e Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 24 Mar 2024 16:57:15 -0400 Subject: [PATCH] Fix --- 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 96d0456f..d9edcd3a 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(100); + encoder.setQuality(200); 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;