smol stuff
This commit is contained in:
@@ -8,10 +8,7 @@
|
||||
let ws: WebSocket | null = $state(null);
|
||||
let image: HTMLImageElement | null = $state(null);
|
||||
|
||||
let trackers: TrackerData[] = $state([
|
||||
{ id: 1, x: 0, y: 0, z: 0 },
|
||||
{ id: 2, x: 0, y: 0, z: 0 },
|
||||
]);
|
||||
let trackers: TrackerData[] = $state([]);
|
||||
|
||||
let width = $state(0);
|
||||
let height = $state(0);
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
class="absolute left-0 top-0 z-50 m-0 h-full max-h-full w-full max-w-full p-0 open:bg-black/80"
|
||||
>
|
||||
<div class="flex h-full w-full flex-col items-center justify-center">
|
||||
<h1 class="text-8xl text-red-600">THIS GONNA FUCK THINGS UP</h1>
|
||||
<h1 class="text-8xl text-red-600 text-center">THIS GONNA FUCK THINGS UP</h1>
|
||||
<div class="flex items-center justify-center gap-6">
|
||||
<button class="rounded-md bg-gray-400 p-4" onclick={() => dialog.close()}
|
||||
>Close</button
|
||||
|
||||
Reference in New Issue
Block a user