diff --git a/tests/domain/build-runtime-scene.test.ts b/tests/domain/build-runtime-scene.test.ts index 7545f73c..f1a06bb5 100644 --- a/tests/domain/build-runtime-scene.test.ts +++ b/tests/domain/build-runtime-scene.test.ts @@ -4,6 +4,8 @@ import { BoxGeometry, PlaneGeometry } from "three"; import { createBoxBrush } from "../../src/document/brushes"; import { createEmptySceneDocument } from "../../src/document/scene-document"; import { + DEFAULT_PLAYER_START_MOVE_SPEED, + DEFAULT_PLAYER_START_MOVEMENT_CAPABILITIES, createPointLightEntity, createInteractableEntity, createPlayerStartInputBindings,