auto-git:

[change] src/runtime-three/third-person-navigation-controller.ts
This commit is contained in:
2026-05-01 16:25:10 +02:00
parent 31811fdd8e
commit bc87aed89c

View File

@@ -21,6 +21,10 @@ import {
shouldExitClimbing, shouldExitClimbing,
type RuntimePlayerClimbSurface type RuntimePlayerClimbSurface
} from "./player-climbing"; } from "./player-climbing";
import {
resolvePlayerEdgeAssistTopOut,
shouldAttemptPlayerEdgeAssist
} from "./player-edge-assist";
import { import {
createIdleRuntimeLocomotionState, createIdleRuntimeLocomotionState,
stepPlayerLocomotion stepPlayerLocomotion