selectCharacterScene and customCharacterScene in svelte
This commit is contained in:
parent
120a488121
commit
4923ce8b83
12 changed files with 249 additions and 391 deletions
3
front/src/Stores/CustomCharacterStore.ts
Normal file
3
front/src/Stores/CustomCharacterStore.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
import { derived, writable, Writable } from "svelte/store";
|
||||
|
||||
export const customCharacterSceneVisibleStore = writable(false);
|
Loading…
Add table
Add a link
Reference in a new issue