Refactor asset imports and add runtime model instance handling

This commit is contained in:
2026-03-31 17:32:26 +02:00
parent efb465f2ec
commit be0cba6bcf
2 changed files with 26 additions and 4 deletions

View File

@@ -2,12 +2,10 @@ import {
type AudioAssetMetadata,
type ImageAssetMetadata,
type ModelAssetMetadata,
type ModelAssetRecord,
type ProjectAssetBoundingBox,
type ProjectAssetRecord,
type ModelInstance,
getProjectAssetKindLabel
type ProjectAssetRecord
} from "../assets/project-assets";
import type { ModelInstance } from "../assets/model-instances";
import {
type InteractableEntity,
type PlayerStartEntity,