Update scene document test with target anchor definition

This commit is contained in:
2026-05-11 21:59:55 +02:00
parent e72237cd3a
commit 35875fa49d

View File

@@ -2629,6 +2629,14 @@ describe("scene document JSON", () => {
z: -2
},
targetable: true,
targetAnchor: createNpcTargetAnchor({
mode: "custom",
offset: {
x: 0.2,
y: 1.1,
z: -0.3
}
}),
yawDegrees: 225,
scale: {
x: 1.25,