Add black tint

This commit is contained in:
Dragon Fire
2024-04-24 00:34:47 -04:00
parent ce1d76c32b
commit c44afb8dd0
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ module.exports = class FireCommand extends Command {
encoder.start();
encoder.setRepeat(0);
encoder.setDelay(0);
encoder.setQuality(100);
encoder.setQuality(10);
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;