videotile

This commit is contained in:
legop3
2026-04-28 14:24:58 -04:00
parent 3a2b8b3557
commit 4dc930f64b
5 changed files with 13 additions and 29 deletions
@@ -4,18 +4,15 @@ import TopDownMap from '../TopDownMap.jsx';
import { roverNameChromeStyle } from '../../lib/roverColor.js';
export default function HudOverlay({
frame,
sensors,
label,
roverColor = null,
status,
audioStatus,
levelStatus,
desktopLayout = true,
layoutFormat = 'desktop',
variant = 'default',
driverLabel = null,
battery,
showTopDown = false,
mobileHud = false,
mapPosition = 'top-center',
@@ -3,7 +3,6 @@ import React from 'react';
export default function TurnCueOverlay({
mobileHud = false,
turnSeconds = null,
isActiveDriver = false,
idleSkipSeconds = null,
}) {