From e776dce19ae89307ed4b5ccbe3092288a8c10fdd Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 12:04:59 +0200 Subject: [PATCH] Adjust paw rotation range in renderer.js --- renderer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderer.js b/renderer.js index c981a65..e3ef72a 100644 --- a/renderer.js +++ b/renderer.js @@ -479,7 +479,7 @@ async function startLiveCountdown(folderObj, msLeft) { ); if(isQueued) console.log("hi"); // Für random-Winkel (zwischen -10 und +15 Grad, z.B.) - const pawRotate = (Math.random() * 25 - 10).toFixed(1); // -10° bis +15° + const pawRotate = (Math.random() * 35 - 10).toFixed(1); // -10° bis +15° return `