From fc41de7cac9ae893cb1a6d88d4c4cdac561a3992 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 22 Apr 2026 17:06:52 +0200 Subject: [PATCH] auto-git: [change] src/viewport-three/viewport-host.ts --- src/viewport-three/viewport-host.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/viewport-three/viewport-host.ts b/src/viewport-three/viewport-host.ts index 4667e7a2..d736474d 100644 --- a/src/viewport-three/viewport-host.ts +++ b/src/viewport-three/viewport-host.ts @@ -356,6 +356,8 @@ const TELEPORT_TARGET_COLOR = 0x7ee0ff; const TELEPORT_TARGET_SELECTED_COLOR = 0xf6c48a; const SCENE_ENTRY_COLOR = 0x75f0d8; const SCENE_ENTRY_SELECTED_COLOR = 0xf6c48a; +const CAMERA_RIG_COLOR = 0x86c3ff; +const CAMERA_RIG_SELECTED_COLOR = 0xf3be8f; const NPC_COLOR = 0xa0df7a; const NPC_SELECTED_COLOR = 0xf4cd83; const INTERACTABLE_COLOR = 0x92de7e;