Scope first-person overlay and unify elevator colors

This commit is contained in:
sudhir
2026-05-20 00:51:43 +00:00
committed by open-pascal
parent 5bd2f51d15
commit d7a1ce89f3
3 changed files with 18 additions and 21 deletions
+5 -4
View File
@@ -37,10 +37,11 @@ import {
} from 'three'
import { useShallow } from 'zustand/react/shallow'
const SHAFT_WALL_COLOR = '#d7dce4'
const SHAFT_SIDE_COLOR = '#4b5563'
const SHAFT_TRIM_COLOR = '#eef2f7'
const CAB_COLOR = '#d7dde5'
const DEFAULT_STRUCTURE_WHITE = '#f2f0ed'
const SHAFT_WALL_COLOR = DEFAULT_STRUCTURE_WHITE
const SHAFT_SIDE_COLOR = DEFAULT_STRUCTURE_WHITE
const SHAFT_TRIM_COLOR = DEFAULT_STRUCTURE_WHITE
const CAB_COLOR = DEFAULT_STRUCTURE_WHITE
const GLASS_COLOR = '#f8fafc'
const DOOR_COLOR = '#8e98a6'
const PANEL_COLOR = '#1f2937'