1
0

Add debug log for commit count in animeCat.js

This commit is contained in:
2025-05-26 06:48:53 +02:00
parent d00690d7de
commit 2fba3a40f0

View File

@@ -125,6 +125,7 @@ window.AnimeCat = class AnimeCat {
// Zeigt Progress der täglichen Commits an
animateCatGlow(commitCount) {
console.log('[CatGlow]', commitCount);
if (!this.cat) return;
const factor = Math.min(commitCount / 10, 1);