1
0

Reset glow color to default

This commit is contained in:
2025-05-26 07:12:21 +02:00
parent 065f7a5250
commit db5d91825e

View File

@@ -162,7 +162,7 @@ window.AnimeCat = class AnimeCat {
return [255, 100, 0]; // voll orange
}
const [r, g, b] = getGlowColor(500);
const [r, g, b] = getGlowColor(0);
// Skalierung bleibt wie gehabt
const minSize = 80, maxSize = 170;