🪺 Adds multible generic components

This commit is contained in:
Rune Harlyk
2023-07-18 17:54:22 +02:00
parent 39588c04fd
commit 57d671bac7
7 changed files with 48 additions and 28 deletions
+7 -1
View File
@@ -1,3 +1,9 @@
import { writable } from 'svelte/store';
export const sidebarOpen = writable(false);
export const sidebarOpen = writable(false);
export const emulateModel = writable(true);
export const input = writable({left:{x:0, y:0}, right:{x:0, y:0}, height:0, speed:0});
export const outControllerData = writable(new Uint8Array(6));