This commit is contained in:
legop3
2025-12-21 05:29:58 -05:00
parent 81a8c35873
commit e334246cef
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -11,7 +11,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
<title>Multi Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-CXydk_Ez.js"></script>
<script type="module" crossorigin src="/assets/index-CZl1S0vQ.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BpKtN3Ry.css">
</head>
<body>
+1 -1
View File
@@ -570,7 +570,7 @@ function buildSegments({ count, totalSpan, gap, startAngle }) {
return segments;
}
const LIGHT_BUMP_SENSITIVITY = 0.18; // increase to spin through hues faster
const LIGHT_BUMP_SENSITIVITY = 1; // increase to spin through hues faster
function lightBumpColor(value) {
if (value == null || value <= 0) return '#000000';
const hue = (value * LIGHT_BUMP_SENSITIVITY) % 360; // cycles through the whole spectrum