workadventure/front/src/Stores/GameStore.ts
David Négrier d32df13f1b Camera now show up when someone is moving and hides 5 seconds after we stop moving.
Also, added an animation to show/hide the webcam.
2021-05-26 12:12:46 +02:00

4 lines
109 B
TypeScript

import { derived, writable, Writable } from "svelte/store";
export const userMovingStore = writable(false);