From 7bd9d28b4012cb363433300e0582648d07466b85 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 11 Apr 2026 18:01:02 +0200 Subject: [PATCH] Update App.tsx with new player start movement template constants and functions --- src/app/App.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index 7b254bec..1701aeec 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -182,6 +182,7 @@ import { DEFAULT_PLAYER_START_CAPSULE_RADIUS, DEFAULT_PLAYER_START_EYE_HEIGHT, DEFAULT_PLAYER_START_NAVIGATION_MODE, + PLAYER_START_MOVEMENT_TEMPLATE_KINDS, DEFAULT_SOUND_EMITTER_AUDIO_ASSET_ID, DEFAULT_SOUND_EMITTER_VOLUME, DEFAULT_SCENE_ENTRY_YAW_DEGREES, @@ -203,9 +204,11 @@ import { DEFAULT_TRIGGER_VOLUME_SIZE, areEntityInstancesEqual, clonePlayerStartInputBindings, + clonePlayerStartMovementTemplate, createInteractableEntity, createPointLightEntity, createPlayerStartInputBindings, + createPlayerStartMovementTemplate, createPlayerStartEntity, createSceneEntryEntity, createSceneExitEntity, @@ -225,6 +228,7 @@ import { type PlayerStartInputBindings, type PlayerStartKeyboardBindingCode, type PlayerStartMovementAction, + type PlayerStartMovementTemplate, type PlayerStartNavigationMode, type EntityInstance, type EntityKind