From aeb5165b2ccf2a042575fd2a9051ef55c099d0dd Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 07:13:20 +0200 Subject: [PATCH] Add daily commit progress animation to animeCat.js --- animeCat.js | 1 + 1 file changed, 1 insertion(+) diff --git a/animeCat.js b/animeCat.js index c9110c9..10f0520 100644 --- a/animeCat.js +++ b/animeCat.js @@ -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;