Update NPC targetability settings in runtime interaction tests

This commit is contained in:
2026-05-11 21:24:13 +02:00
parent 05bc58f0d3
commit 17a3708f7b

View File

@@ -93,6 +93,7 @@ describe("runtime interaction targeting", () => {
const centerNpc = createNpc({
entityId: "npc-center",
name: "Center",
targetable: true,
position: { x: 0, y: 0, z: 3 }
});
const sideInteractable = createInteractable({
@@ -158,6 +159,7 @@ describe("runtime interaction targeting", () => {
const distantNpc = createNpc({
entityId: "npc-distant",
name: "Far Guard",
targetable: true,
position: { x: 0, y: 0, z: 14.4 }
});
const distantInteractable = createInteractable({