auto-git:

[change] tests/unit/runtime-interaction-system.test.ts
This commit is contained in:
2026-04-25 04:24:21 +02:00
parent c39a048134
commit 697577d4ff

View File

@@ -41,7 +41,8 @@ function createNpc(overrides: Partial<RuntimeNpc> & { entityId: string }): Runti
overrides.collider ?? {
mode: "capsule",
radius: 0.35,
height: 1.8
height: 1.8,
eyeHeight: 1.6
},
activeRoutineTitle: overrides.activeRoutineTitle ?? null,
animationClipName: overrides.animationClipName ?? null,