From 86e5acda52aa74a0582371a4fba607d15e49e582 Mon Sep 17 00:00:00 2001 From: Wind-Explorer Date: Wed, 17 Dec 2025 01:04:48 +0800 Subject: [PATCH] =?UTF-8?q?indicator=20on=20screen=20mapped=20to=20friends?= =?UTF-8?q?=20position=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/scene/+page.svelte | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/routes/scene/+page.svelte b/src/routes/scene/+page.svelte index 929a486..7097727 100644 --- a/src/routes/scene/+page.svelte +++ b/src/routes/scene/+page.svelte @@ -11,7 +11,7 @@ } -
+
@@ -53,4 +53,17 @@ {/if}
+
+ {#if Object.keys($friendsCursorPositions).length > 0} + {#each Object.entries($friendsCursorPositions) as [userId, position]} +
+
+ {getFriendName(userId)} +
+ {/each} + {/if} +