1
0

Add daily commit progress animation to animeCat.js

This commit is contained in:
2025-05-26 07:13:20 +02:00
parent 84a0c0b2c3
commit aeb5165b2c

View File

@@ -148,6 +148,7 @@ window.AnimeCat = class AnimeCat {
this.container.appendChild(this.heartEmitter);
}
// Zeigt Progress der täglichen Commits an
animateCatGlow(commitCount) {
const glow = this.glow;