tmp catalog

This commit is contained in:
wass08
2026-01-21 08:56:10 +09:00
parent a338bea4e7
commit eb564a9819
17 changed files with 207 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ import { z } from "zod";
import { BaseNode, nodeType, objectId } from "../base";
const assetSchema = z.object({
id: z.string(),
category: z.string(),
name: z.string(),
thumbnail: z.string(),
+1
View File
@@ -99,6 +99,7 @@ const useScene = create<SceneState>()(
position: [2.5, 0.5, 0],
parentId: wall3.id,
asset: {
id: "window-round",
name: "Round Window",
thumbnail: "/items/window-small/thumbnail.png",
category: "windows",