From 54666b0fc2b02408b525189fb52e1a2fdf55f609 Mon Sep 17 00:00:00 2001 From: vini Date: Sun, 19 Jul 2026 10:55:07 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20Via=20L=C3=A1ctea=20~3.5x=20mais=20brilh?= =?UTF-8?q?ante=20=E2=80=94=20era=20impercept=C3=ADvel=20sob=20scanlines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_015HtPHsTnDcLVSCiF5FGHZj --- plugin/contents/ui/dancer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/contents/ui/dancer.html b/plugin/contents/ui/dancer.html index 5e8dd88..1776dfc 100644 --- a/plugin/contents/ui/dancer.html +++ b/plugin/contents/ui/dancer.html @@ -1309,7 +1309,7 @@ const mwPoints = []; ra: (Math.atan2(ey, ex) / DEG + 360) % 360, dec: Math.asin(ez) / DEG, size: 26 + rand() * 55, - alpha: bright * (0.012 + rand() * 0.03), + alpha: bright * (0.04 + rand() * 0.075), }); } })();