From 69c4896b4264d99d34df74c8f6bc79a5597044a9 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 13 Apr 2026 17:27:46 +0200 Subject: [PATCH] Import and use NPC actor registry in App.tsx --- src/app/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index b7878f51..eccb60df 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -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,