Remove unused constants from viewport-host.ts

This commit is contained in:
2026-04-15 03:42:35 +02:00
parent f564daaea3
commit 9c6e4e0eec

View File

@@ -107,7 +107,6 @@ import {
DEFAULT_PLAYER_START_YAW_DEGREES,
DEFAULT_POINT_LIGHT_DISTANCE,
DEFAULT_SCENE_ENTRY_YAW_DEGREES,
DEFAULT_SCENE_EXIT_RADIUS,
DEFAULT_SOUND_EMITTER_MAX_DISTANCE,
DEFAULT_SOUND_EMITTER_REF_DISTANCE,
DEFAULT_SPOT_LIGHT_ANGLE_DEGREES,
@@ -271,8 +270,6 @@ const NPC_COLOR = 0xa0df7a;
const NPC_SELECTED_COLOR = 0xf4cd83;
const INTERACTABLE_COLOR = 0x92de7e;
const INTERACTABLE_SELECTED_COLOR = 0xf1cf7e;
const SCENE_EXIT_COLOR = 0xff9c6d;
const SCENE_EXIT_SELECTED_COLOR = 0xf5dd88;
const PATH_COLOR = 0x4b82d6;
const PATH_HOVERED_COLOR = 0x86b6ff;
const PATH_SELECTED_COLOR = 0xf3be8f;