topdownmod

This commit is contained in:
legop3
2026-01-08 21:12:30 -05:00
parent d3f2f15370
commit 30ebd05a97
4 changed files with 12 additions and 11 deletions
+5 -5
View File
@@ -614,11 +614,11 @@ function HudOverlay({
{showTopDown && variant !== 'spectator' ? (
<div
className="pointer-events-none absolute rounded"
style={{
...mapStyle,
padding: '0.1rem',
background: 'rgba(0,0,0,0.6)',
}}
// style={{
// ...mapStyle,
// padding: '0.1rem',
// background: 'rgba(0,0,0,0.6)',
// }}
>
<TopDownMap sensors={sensors} size={240} overlay />
</div>