1
0

Fix typo and update commit color thresholds in animeCat.js

This commit is contained in:
2025-05-26 11:05:12 +02:00
parent e5f1a39dbc
commit a576c7199e

View File

@@ -194,7 +194,7 @@ _lerpColor(a, b, t) {
const stops = [
{ c: 0, color: [157, 157, 157] },
{ c: 5, color: [255, 255, 255] },
{ c: 20, color: [30, 255, 0] },
{ c: 15, color: [30, 255, 0] },
{ c: 50, color: [0, 112, 221] },
{ c: 100, color: [163, 53, 238] },
{ c: 500, color: [255, 128, 0] }