This commit is contained in:
legop3
2026-01-21 13:15:07 -05:00
parent e2f94720ec
commit 662efb300b
4 changed files with 14 additions and 9 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -11,8 +11,8 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" /> <meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
<title>Multi Roomba Rover</title> <title>Multi Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-YY17Fmk4.js"></script> <script type="module" crossorigin src="/assets/index-DyH4xssY.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-HhAzSaxc.css"> <link rel="stylesheet" crossorigin href="/assets/index-R-YeUaB9.css">
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
+5
View File
@@ -468,6 +468,11 @@ export default function VideoTile({
labelScale={hudLabelScale} labelScale={hudLabelScale}
/> />
<HudChatInput compact={mobileHud} /> <HudChatInput compact={mobileHud} />
{overcurrentLimiter ? (
<div className="pointer-events-none absolute right-1 top-1 z-40 rounded bg-black/70 px-1 py-0.5 text-[0.6rem] text-red-200">
{`OC HUD ${overlayVisible ? 'on' : 'off'} · fill ${Math.round(overlayFill * 100)}%`}
</div>
) : null}
<OvercurrentOverlay <OvercurrentOverlay
labels={overlayLabels} labels={overlayLabels}
fill={overlayFill} fill={overlayFill}