1
0

Refactor method name in animeCat.js

This commit is contained in:
2025-05-26 06:47:06 +02:00
parent 791dfa8585
commit d00690d7de

View File

@@ -122,9 +122,9 @@ window.AnimeCat = class AnimeCat {
});
this.container.appendChild(this.heartEmitter);
}
// Zeigt Progress der täglichen Commits an
_animateCatGlow(commitCount) {
animateCatGlow(commitCount) {
if (!this.cat) return;
const factor = Math.min(commitCount / 10, 1);