From f054f11933b9336ec4377abb4d2b42b657eca6d3 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 14 Apr 2026 02:01:34 +0200 Subject: [PATCH] Remove unused constants and types from App.tsx --- src/app/App.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index b6b599b7..7669d691 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -213,8 +213,6 @@ import { DEFAULT_INTERACTABLE_PROMPT, DEFAULT_INTERACTABLE_RADIUS, DEFAULT_NPC_MODEL_ASSET_ID, - DEFAULT_NPC_TIME_WINDOW_END_HOUR, - DEFAULT_NPC_TIME_WINDOW_START_HOUR, DEFAULT_NPC_YAW_DEGREES, DEFAULT_POINT_LIGHT_COLOR_HEX, DEFAULT_POINT_LIGHT_DISTANCE, @@ -246,7 +244,6 @@ import { DEFAULT_SPOT_LIGHT_DIRECTION, DEFAULT_SPOT_LIGHT_INTENSITY, DEFAULT_TRIGGER_VOLUME_SIZE, - NPC_PRESENCE_MODES, areEntityInstancesEqual, clonePlayerStartInputBindings, clonePlayerStartMovementTemplate, @@ -254,7 +251,6 @@ import { createNpcAlwaysPresence, createNpcColliderSettings, createNpcEntity, - createNpcTimeWindowPresence, createPointLightEntity, inferPlayerStartMovementTemplateKind, createPlayerStartInputBindings, @@ -284,8 +280,7 @@ import { type PlayerStartMovementTemplate, type PlayerStartNavigationMode, type EntityInstance, - type EntityKind, - type NpcPresenceMode + type EntityKind } from "../entities/entity-instances"; import { getEntityDisplayLabelById,