Add targetAnchor definition to entity instances tests
This commit is contained in:
@@ -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
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user