From 65ddd80f1d7513ac9658099dc9040d75c2b96909 Mon Sep 17 00:00:00 2001 From: Dejvino Date: Mon, 17 Nov 2025 23:01:38 +0100 Subject: [PATCH] Tweak: books levitating too often --- tv-player/src/core/animate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tv-player/src/core/animate.js b/tv-player/src/core/animate.js index 60759ba..198ea55 100644 --- a/tv-player/src/core/animate.js +++ b/tv-player/src/core/animate.js @@ -89,7 +89,7 @@ function updateVcr() { } function updateBooks() { - const LEVITATE_CHANCE = 0.001; // Chance for a resting book to start levitating per frame + const LEVITATE_CHANCE = 0.0003; // Chance for a resting book to start levitating per frame const LEVITATE_DURATION_MIN = 100; // frames const LEVITATE_DURATION_MAX = 300; // frames const LEVITATE_AMPLITUDE = 0.02; // Max vertical displacement