mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
topdownmod
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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>
|
||||||
|
|||||||
@@ -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) => {
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user