Import and use NPC actor registry in App.tsx

This commit is contained in:
2026-04-13 17:27:46 +02:00
parent c6afca48c4
commit 69c4896b42

View File

@@ -225,6 +225,7 @@ import {
clonePlayerStartInputBindings,
clonePlayerStartMovementTemplate,
createInteractableEntity,
createNpcColliderSettings,
createNpcEntity,
createPointLightEntity,
inferPlayerStartMovementTemplateKind,
@@ -261,6 +262,7 @@ import {
getEntityDisplayLabelById,
getSortedEntityDisplayLabels
} from "../entities/entity-labels";
import { listNpcActorUsages } from "../entities/npc-actor-registry";
import {
areInteractionLinksEqual,
createPlayAnimationInteractionLink,