Import createIdleRuntimeLocomotionState in player-locomotion.test.ts

This commit is contained in:
2026-04-11 21:44:37 +02:00
parent 44d4b08ba4
commit 0620ef8a13

View File

@@ -7,6 +7,7 @@ import type {
PlayerGroundProbeResult,
ResolvedPlayerMotion
} from "../../src/runtime-three/player-collision";
import { createIdleRuntimeLocomotionState } from "../../src/runtime-three/player-locomotion";
import { stepPlayerLocomotion } from "../../src/runtime-three/player-locomotion";
import type { PlayerStartActionInputState } from "../../src/runtime-three/player-input-bindings";
import type { RuntimePlayerMovement } from "../../src/runtime-three/runtime-scene-build";