pet menu persistence

This commit is contained in:
2026-01-07 01:46:46 +08:00
parent 6cadedf0e6
commit 77472d43f8
4 changed files with 89 additions and 10 deletions

View File

@@ -88,6 +88,7 @@
{@const config = getFriendDollConfig(userId)}
{#if config}
<DesktopPet
id={userId}
targetX={position.mapped.x * innerWidth}
targetY={position.mapped.y * innerHeight}
name={getFriendName(userId)}