Add default player movement constants to test

This commit is contained in:
2026-04-11 18:02:28 +02:00
parent 7a0625bfda
commit c715472083

View File

@@ -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,