From b656dfb3f2394c128ec1d85d0d76915410262170 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 05:26:30 +0200 Subject: [PATCH] Increase chance of joy animation in animeCat.js --- animeCat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animeCat.js b/animeCat.js index 1dc01bd..04cc4a2 100644 --- a/animeCat.js +++ b/animeCat.js @@ -307,7 +307,7 @@ _runJoyAnimation(onFinish) { img.src = this.images.joy || this.images.default; - const salto = Math.random() < 0.2; + const salto = Math.random() < 1; // Dauer Sprung+Drehung nach oben const upTime = 600; // Zeit "oben bleiben"