Add targetAnchor definition to entity instances tests
This commit is contained in:
@@ -174,6 +174,10 @@ describe("entity registry defaults", () => {
|
||||
kind: "npc",
|
||||
position: { x: 0, y: 0, z: 0 },
|
||||
targetable: true,
|
||||
targetAnchor: {
|
||||
mode: "center",
|
||||
offset: { x: 0, y: 0, z: 0 }
|
||||
},
|
||||
yawDegrees: DEFAULT_NPC_YAW_DEGREES,
|
||||
modelAssetId: null
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user