From 68253fae419880cd04ce99abbf44c55220c80d8e Mon Sep 17 00:00:00 2001 From: Tom Boullay Date: Tue, 2 Jun 2026 14:52:54 +0200 Subject: [PATCH] Update lightingConfig.ts --- src/data/world/lightingConfig.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/world/lightingConfig.ts b/src/data/world/lightingConfig.ts index bf91955..58a3d00 100644 --- a/src/data/world/lightingConfig.ts +++ b/src/data/world/lightingConfig.ts @@ -3,9 +3,9 @@ const SUN_LIGHT_COLOR = "#ffe2bf"; export const LIGHTING_DEFAULTS = { ambientColor: AMBIENT_LIGHT_COLOR, - ambientIntensity: 0.9, + ambientIntensity: 0.7, sunColor: SUN_LIGHT_COLOR, - sunIntensity: 2.2, + sunIntensity: 1.9, sunX: 70, sunY: 45, sunZ: 35,