diff --git a/src/runtime-three/navigation-controller.ts b/src/runtime-three/navigation-controller.ts index 9ec74fff..25572cfa 100644 --- a/src/runtime-three/navigation-controller.ts +++ b/src/runtime-three/navigation-controller.ts @@ -83,7 +83,8 @@ export type RuntimeLocomotionMode = | "flying" | "swimming" | "diving" - | "climbing"; + | "climbing" + | "ledgeGrab"; export type RuntimeAirborneKind = "jumping" | "falling" | null; export type RuntimeLocomotionGait = | "idle"