mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
oooops...
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-title" content="Multi Roomba Rover" />
|
||||
<title>Multi Roomba Rover</title>
|
||||
<script type="module" crossorigin src="/assets/index-DSAvsmlo.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-D8hW3Mn4.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DCrU2sZz.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user