tmp catalog
This commit is contained in:
@@ -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(),
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user