auto-git:

[change] src/viewport-three/viewport-host.ts
This commit is contained in:
2026-04-22 17:06:52 +02:00
parent fed0b1d1a7
commit fc41de7cac

View File

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