Starting on sprite editor

This commit is contained in:
dylan
2023-05-05 14:59:52 -07:00
parent b87529bf56
commit f2b5978cae
7 changed files with 352 additions and 210 deletions

View File

@ -1,6 +1,7 @@
import fakeCart from "./cart_unpacked.json" assert { type: "json" };
import { Sheet } from "./sheet.ts";
const cart = fakeCart;
const cart = fakeCart as Array<Sheet>;
export const loadCart = (_name: string) => {
return;