top-down in spectator

This commit is contained in:
legop3
2025-12-21 16:08:34 -05:00
parent 1b013ed91b
commit ed9bb3216c
6 changed files with 77 additions and 76 deletions
+4
View File
@@ -34,6 +34,8 @@ function RoverSpectatorCard({ rover, frame, videoInfo, audioInfo, session }) {
batteryConfig={rover.battery}
hudVariant="spectator"
driverLabel={driverLabel}
hudForceMap
hudMapPosition="bottom-left"
/>
</div>
</article>
@@ -54,6 +56,8 @@ function RoverRow({ roster, frames, videoSources, session }) {
videoInfo={videoSources[rover.id]}
audioInfo={videoSources[`${rover.id}-audio`]}
session={session}
showHudMap
hudMapPosition="bottom-left"
/>
))}
</section>