diff --git a/leaky-ships/pages/dev/lobby.tsx b/leaky-ships/pages/dev/lobby.tsx index cd672e4..f9e3d41 100644 --- a/leaky-ships/pages/dev/lobby.tsx +++ b/leaky-ships/pages/dev/lobby.tsx @@ -12,7 +12,7 @@ export default function Home() { if (enemy) return const interval = setInterval(() => setDots((e) => (e % 3) + 1), 1000) return () => clearInterval(interval) - }) + }, []) return (
@@ -31,7 +31,7 @@ export default function Home() {
-

+

Leaky
Ships @@ -41,7 +41,7 @@ export default function Home() {
-

+

Game-PIN: 3169

@@ -54,7 +54,7 @@ export default function Home() { edit={true} />

setEnemy((e) => !e)} > VS @@ -62,13 +62,13 @@ export default function Home() { {enemy ? ( ) : ( -

+

Warte auf Spieler 2 {Array.from(Array(dots), () => ".").join("")}

)}
-
@@ -104,7 +104,7 @@ function Player({

diff --git a/leaky-ships/styles/globals.css b/leaky-ships/styles/globals.css index 1583aa5..cd7766b 100644 --- a/leaky-ships/styles/globals.css +++ b/leaky-ships/styles/globals.css @@ -14,10 +14,10 @@ image-rendering: crisp-edges; } -.farro { +.font-farro { font-family: "Farro", sans-serif; } -.CP_Font { +.font-checkpoint { font-family: "CP_Font", sans-serif; }