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
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -11,7 +11,7 @@
<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-DcfJLiso.js"></script> <script type="module" crossorigin src="/assets/index-DSAvsmlo.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DCrU2sZz.css"> <link rel="stylesheet" crossorigin href="/assets/index-DCrU2sZz.css">
</head> </head>
<body> <body>
+1
View File
@@ -510,6 +510,7 @@ function buildTimeStatusEmbed() {
{ label: 'Asia Shanghai', zone: 'Asia/Shanghai' }, { label: 'Asia Shanghai', zone: 'Asia/Shanghai' },
{ label: 'Asia Tokyo', zone: 'Asia/Tokyo' }, { label: 'Asia Tokyo', zone: 'Asia/Tokyo' },
{ label: 'Australia Sydney', zone: 'Australia/Sydney' }, { label: 'Australia Sydney', zone: 'Australia/Sydney' },
{ label: 'New Zealand Auckland', zone: 'Pacific/Auckland' },
]; ];
const entries = zones.map((entry) => { const entries = zones.map((entry) => {
+5 -5
View File
@@ -614,11 +614,11 @@ function HudOverlay({
{showTopDown && variant !== 'spectator' ? ( {showTopDown && variant !== 'spectator' ? (
<div <div
className="pointer-events-none absolute rounded" className="pointer-events-none absolute rounded"
style={{ // style={{
...mapStyle, // ...mapStyle,
padding: '0.1rem', // padding: '0.1rem',
background: 'rgba(0,0,0,0.6)', // background: 'rgba(0,0,0,0.6)',
}} // }}
> >
<TopDownMap sensors={sensors} size={240} overlay /> <TopDownMap sensors={sensors} size={240} overlay />
</div> </div>