Scope first-person overlay and unify elevator colors
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user