Add targetAnchor definition to entity instances tests

This commit is contained in:
2026-05-11 21:59:20 +02:00
parent 3e3c872733
commit 7ad7b71be6

View File

@@ -174,6 +174,10 @@ describe("entity registry defaults", () => {
kind: "npc", kind: "npc",
position: { x: 0, y: 0, z: 0 }, position: { x: 0, y: 0, z: 0 },
targetable: true, targetable: true,
targetAnchor: {
mode: "center",
offset: { x: 0, y: 0, z: 0 }
},
yawDegrees: DEFAULT_NPC_YAW_DEGREES, yawDegrees: DEFAULT_NPC_YAW_DEGREES,
modelAssetId: null modelAssetId: null
}); });