Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

feat: emit state updates for calling the pub sub grp #69

Merged
merged 2 commits into from
Jul 4, 2024

Conversation

0xMugen
Copy link
Contributor

@0xMugen 0xMugen commented Jul 3, 2024

No description provided.

Copy link

vercel bot commented Jul 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
counter-splash ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 3, 2024 2:59pm

Comment on lines +11 to +16
export const playerPosition = writable<Player>({
id: "",
position: new Vector3(0, 10000, 20005),
rotation: new Euler(0, 0, 0, "XYZ"),
state: "idle",
});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might be confusing the naming here, the const should either be called player or playerData, since the position is one of the subfields

@d-roak d-roak merged commit c3aa08d into feat/topology-integration Jul 4, 2024
3 checks passed
@d-roak d-roak deleted the topology-integration/playerState branch July 5, 2024 06:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants