[feat] basic mainmenu

This commit is contained in:
kwaroran
2023-06-03 23:58:24 +09:00
parent ce3f0dff0a
commit c80b22a728
6 changed files with 57 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ export const SizeStore = writable({
w: 0,
h: 0
})
export const sideBarStore = writable(true)
export const sideBarStore = writable(false)
export const selectedCharID = writable(-1)
export const CharEmotion = writable({} as {[key:string]: [string, string, number][]})
export const ViewBoxsize = writable({ width: 12 * 16, height: 12 * 16 }); // Default width and height in pixels