diff --git a/src/data/world/fogConfig.ts b/src/data/world/fogConfig.ts index 16ce426..f142a12 100644 --- a/src/data/world/fogConfig.ts +++ b/src/data/world/fogConfig.ts @@ -3,15 +3,15 @@ import { TERRAIN_COLORS } from "@/data/world/terrainConfig"; export const FOG_CONFIG = { enabled: true, color: "#c8dbbe", - near: 22, - far: 38, + near: 48, + far: 78, }; export const CHUNK_CONFIG = { enabled: true, - chunkSize: 30, - loadRadius: 30, - unloadRadius: 40, + chunkSize: 45, + loadRadius: 60, + unloadRadius: 75, updateInterval: 350, };