Cava update

This commit is contained in:
Filippo Berto 2022-08-08 22:16:22 +02:00
parent 5437a47052
commit b7d065491d

View file

@ -15,6 +15,10 @@ in
gradient_color_4 = fmtString strPalette.normal.cyan;
gradient_color_5 = fmtString strPalette.normal.blue;
};
smoothing = { gravity = 40; };
smoothing = {
gravity = 40;
noise_reduction = 0.25;
monstercat = 1;
};
};
}