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
+5
View File
@@ -468,6 +468,11 @@ export default function VideoTile({
labelScale={hudLabelScale}
/>
<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
labels={overlayLabels}
fill={overlayFill}