From ab100c683f97fd93e036fc5fd370dc88a0074cb4 Mon Sep 17 00:00:00 2001 From: Tom Boullay Date: Wed, 27 May 2026 01:01:32 +0200 Subject: [PATCH] Update fogConfig.ts --- src/data/world/fogConfig.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/world/fogConfig.ts b/src/data/world/fogConfig.ts index dbc9954..130c7bd 100644 --- a/src/data/world/fogConfig.ts +++ b/src/data/world/fogConfig.ts @@ -32,9 +32,9 @@ export interface FogState { export const CHUNK_CONFIG = { enabled: true, chunkSize: 35, - loadRadius: 65, - unloadRadius: 75, - updateInterval: 350, + loadRadius: 50, + unloadRadius: 65, + updateInterval: 250, }; export const GROUND_PLANE_COLOR = TERRAIN_COLORS.grass1.hex;